MonoMac.AVFoundation.AVAsset: Method Members

The methods of MonoMac.AVFoundation.AVAsset are listed below. For a list of all members, see the AVAsset Members list.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Methods

CancelLoading()
Cancels loading.
ChapterMetadataGroups(MonoMac.Foundation.NSLocale, AVMetadataItem[]) : AVMetadataItem[]
Documentation for this section has not yet been entered.
static
FromUrl(MonoMac.Foundation.NSUrl) : AVAsset
Documentation for this section has not yet been entered.
LoadValuesAsynchronously(string[], MonoMac.Foundation.NSAction)
Asks the asset to load the specified keys (unless they're already loaded).
MetadataForFormat(string) : AVMetadataItem[]
Returns the metadata items available for the specified format.
StatusOfValue(string, out MonoMac.Foundation.NSError) : AVKeyValueStatus
Returns the loading status for the specified key.
TracksWithMediaCharacteristic(string) : AVAssetTrack[]
Returns the tracks in the asset that match the given media characteristic.
TracksWithMediaType(string) : AVAssetTrack[]
\Returns the tracks in the asset that match the given media type.
TrackWithTrackID(int) : AVAssetTrack
Returns the track which has the associated Track ID.

Protected Methods

override
Dispose(bool)
Releases the resourced used by the AVAsset object.