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
CancelLoading()Cancels loading. | ||
ChapterMetadataGroups(MonoMac.Foundation.NSLocale, AVMetadataItem[])Documentation for this section has not yet been entered. | ||
static | FromUrl(MonoMac.Foundation.NSUrl)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)Returns the metadata items available for the specified format. | ||
StatusOfValue(string, out MonoMac.Foundation.NSError)Returns the loading status for the specified key. | ||
TracksWithMediaCharacteristic(string)Returns the tracks in the asset that match the given media characteristic. | ||
TracksWithMediaType(string)\Returns the tracks in the asset that match the given media type. | ||
TrackWithTrackID(int)Returns the track which has the associated Track ID. | ||