Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVFragmentedMovieMBS class.

AVFragmentedMovieMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method AVMovie MBS AVFoundation Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
The private constructor.

AVFragmentedMovieMBS.fragmentedMovieTracks as AVFragmentedMovieTrackMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method AVMovie MBS AVFoundation Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
The tracks in a movie.

The value of this property is an array of tracks the movie contains; the tracks are of type AVFragmentedMovieTrack.

AVFragmentedMovieMBS.fragmentedMovieTracksWithMediaCharacteristic(mediaCharacteristic as string) as AVFragmentedMovieTrackMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method AVMovie MBS AVFoundation Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Provides an array of AVFragmentedMovieTracks of the asset that present media with the specified characteristic.

mediaCharacteristic: The media characteristic according to which the receiver filters its AVFragmentedMovieTracks. (Media characteristics are defined in AVMediaFormat.h)
An array of AVFragmentedMovieTracks; may be empty if no tracks with the specified characteristic are available.
Becomes callable without blocking when the key "tracks" has been loaded

AVFragmentedMovieMBS.fragmentedMovieTracksWithMediaType(mediaType as string) as AVFragmentedMovieTrackMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method AVMovie MBS AVFoundation Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Provides an array of AVFragmentedMovieTracks of the asset that present media of the specified media type.

mediaType: The media type according to which the receiver filters its AVFragmentedMovieTracks. (Media types are defined in AVMediaFormat.h)
An array of AVFragmentedMovieTracks; may be empty if no tracks of the specified media type are available.
Becomes callable without blocking when the key "tracks" has been loaded

AVFragmentedMovieMBS.fragmentedMovieTrackWithTrackID(ID as Integer) as AVFragmentedMovieTrackMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method AVMovie MBS AVFoundation Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Provides an instance of AVFragmentedMovieTrack that represents the track of the specified trackID.

ID: The trackID of the requested AVFragmentedMovieTrack.

An instance of AVFragmentedMovieTrack; may be nil if no track of the specified trackID is available.
Becomes callable without blocking when the key "tracks" has been loaded

The items on this page are in the following plugins: MBS AVFoundation Plugin.


The biggest plugin in space...