The plugin part AVMovie
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin part MBS AVFoundation Plugin:AVMovie:
All Console safe,
141 entry points.
- class AVFragmentedMovieMBS
- class AVFragmentedMovieTrackMBS
- class AVMediaDataStorageMBS
- class AVMovieMBS
- method writeMovieHeaderToFile(File as FolderItem, fileType as String, options as integer, byref error as NSErrorMBS) as Boolean
- method writeMovieHeaderToURL(URL as String, fileType as String, options as integer, byref error as NSErrorMBS) as Boolean
- method movieHeaderWithFileType(fileType as String, byref error as NSErrorMBS) as MemoryBlock
- method Constructor(URL as String, Options as Dictionary = nil)
- method Constructor(File as FolderItem, Options as Dictionary = nil)
- method Constructor(Data as MemoryBlock, Options as Dictionary = nil)
- method movieTrackWithTrackID(ID as Integer) as AVMovieTrackMBS
- method movieTracksWithMediaCharacteristic(mediaCharacteristic as string) as AVMovieTrackMBS()
- method movieTracksWithMediaType(mediaType as string) as AVMovieTrackMBS()
- method movieTracks as AVMovieTrackMBS()
- method mutableCopy as AVMutableMovieMBS
- method copy as AVMovieMBS
- method Constructor
- property URL as String
- property Data as MemoryBlock
- property defaultMediaDataStorage as AVMediaDataStorageMBS
- property canContainMovieFragments as Boolean
- property containsMovieFragments as Boolean
- shared method AVMovieReferenceRestrictionsKey as String
- shared method available as Boolean
- shared method movieTypes as String()
- shared method movieWithURL(URL as String, Options as Dictionary = nil) as AVMovieMBS
- shared method movieWithFile(File as FolderItem, Options as Dictionary = nil) as AVMovieMBS
- shared method movieWithData(Data as MemoryBlock, Options as Dictionary = nil) as AVMovieMBS
- shared method movieWithData(Data as String, Options as Dictionary = nil) as AVMovieMBS
- class AVMovieTrackMBS
- class AVMutableMovieMBS
- method addMutableTracksCopyingSettingsFromTracks(existingTracks() as AVMovieTrackMBS, options as Dictionary) as AVMutableMovieTrackMBS()
- method addMutableTrackWithMediaType(mediaType as String, track as AVMovieTrackMBS, options as Dictionary) as AVMutableMovieTrackMBS
- method mutableTrackCompatibleWithTrack(track as AVAssetTrackMBS) as AVMutableMovieTrackMBS
- method mutableMovieTrackWithTrackID(ID as Integer) as AVMutableMovieTrackMBS
- method mutableMovieTracksWithMediaCharacteristic(mediaCharacteristic as string) as AVMutableMovieTrackMBS()
- method mutableMovieTracksWithMediaType(mediaType as string) as AVMutableMovieTrackMBS()
- method metadata as AVMetadataItemMBS()
- method setMetadata(items() as AVMetadataItemMBS)
- method removeTrack(track as AVMovieTrackMBS)
- method Constructor(Movie as AVMovieMBS = nil, Options as Dictionary = nil, byref error as NSErrorMBS)
- method Constructor(URL as String, Options as Dictionary = nil, byref error as NSErrorMBS)
- method Constructor(File as FolderItem, Options as Dictionary = nil, byref error as NSErrorMBS)
- method Constructor(Data as MemoryBlock, Options as Dictionary = nil, byref error as NSErrorMBS)
- method mutableMovieTracks as AVMutableMovieTrackMBS()
- method insertTimeRange(timeRange as CMTimeRangeMBS, asset as AVAssetMBS, atTime as CMTimeMBS, copySampleData as Boolean, byref Error as NSErrorMBS) as boolean
- method removeTimeRange(timeRange as CMTimeRangeMBS)
- method insertEmptyTimeRange(timeRange as CMTimeRangeMBS)
- method scaleTimeRange(timeRange as CMTimeRangeMBS, duration as CMTimeMBS)
- method Constructor
- method Constructor(URL as String, Options as Dictionary = nil)
- method Constructor(File as FolderItem, Options as Dictionary = nil)
- method Constructor(Data as MemoryBlock, Options as Dictionary = nil)
- property preferredRate as Double
- property preferredVolume as Double
- property modified as Boolean
- property defaultMediaDataStorage as AVMediaDataStorageMBS
- property interleavingPeriod as CMTimeMBS
- property timescale as Integer
- property preferredTransform as CMTimeMBS
- shared method movieWithSettingsFromMovie(Movie as AVMovieMBS, Options as Dictionary = nil, byref Error as NSErrorMBS) as AVMovieMBS
- shared method movieWithURL(URL as String, Options as Dictionary = nil, byref Error as NSErrorMBS) as AVMovieMBS
- shared method movieWithFile(File as FolderItem, Options as Dictionary = nil, byref Error as NSErrorMBS) as AVMovieMBS
- shared method movieWithData(Data as MemoryBlock, Options as Dictionary = nil, byref Error as NSErrorMBS) as AVMovieMBS
- shared method movieWithData(Data as String, Options as Dictionary = nil, byref Error as NSErrorMBS) as AVMovieMBS
- class AVMutableMovieTrackMBS
Blog Entries