Platforms to show: All Mac Windows Linux Cross-Platform

Back to AVMovieMBS class.

AVMovieMBS.canContainMovieFragments as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVMovie MBS AVFoundation Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Indicates whether the movie file is capable of being extended by fragments.

The value of this property is true if an 'mvex' box is present in the 'moov' box. The 'mvex' box is necessary in order to signal the possible presence of later 'moof' boxes.
(Read only property)

AVMovieMBS.containsMovieFragments as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVMovie MBS AVFoundation Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Indicates whether the movie file is extended by at least one movie fragment.

The value of this property is YES if canContainMovieFragments is YES and at least one 'moof' box is present after the 'moov' box.
Available on OS X 10.11 or newer.
(Read only property)

AVMovieMBS.Data as MemoryBlock

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVMovie MBS AVFoundation Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
The data block with which the instance of AVMovie was initialized; may be nil.

Available on OS X 10.11 or newer.
(Read only property)

AVMovieMBS.defaultMediaDataStorage as AVMediaDataStorageMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVMovie MBS AVFoundation Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
The default storage container for media data added to a movie.

The value of this property is an AVMediaDataStorage object that indicates where sample data that is added to a movie should be written by default.
(Read only property)

AVMovieMBS.URL as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property AVMovie MBS AVFoundation Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
The URL with which the instance of AVMovie was initialized; may be "".
Example
dim f as FolderItem = SpecialFolder.Desktop.Child("test.m4v")
dim m as new AVMovieMBS(f, nil)

MsgBox m.URL

(Read only property)

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


The biggest plugin in space...