The members of MonoMac.AVFoundation.AVAsset are listed below.
See Also: Inherited members from MonoMac.Foundation.NSObject
| A constructor that initializes the object from the data stored in the unarchiver object. | ||
| Constructor to call on derived classes when the derived class has an [Export] constructor. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] | AvailableChapterLocales | MonoMac.Foundation.NSLocale[]. Documentation for this section has not yet been entered. |
| [read-only] | AvailableMetadataFormats | string[]. Metadata formats available for the asset. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | CommonMetadata | AVMetadataItem[]. Metadata keys that are available. |
| [read-only] | Composable | bool. Documentation for this section has not yet been entered. |
| [read-only] | Duration | MonoMac.CoreMedia.CMTime. The duration of the asset in CMTime. |
| [read-only] | Exportable | bool. Documentation for this section has not yet been entered. |
| [read-only] | Lyrics | string. The lyrics of the asset, in the current locale. |
| [read-only] | NaturalSize | System.Drawing.SizeF. Size of the visual component of the asset. |
| [read-only] | Playable | bool. Documentation for this section has not yet been entered. |
| [read-only] | PreferredRate | float. The rate at which this asset should be played. |
| [read-only] | PreferredTransform | MonoMac.CoreGraphics.CGAffineTransform. Preferred affine transformation to apply to the visual content of the asset for rendering. |
| [read-only] | PreferredVolume | float. Preferred asset volume. |
| [read-only] | ProtectedContent | bool. Documentation for this section has not yet been entered. |
| [read-only] | ProvidesPreciseDurationAndTiming | bool. Whether the asset provides precise duration and timing information. |
| [read-only] | Readable | bool. Documentation for this section has not yet been entered. |
| [read-only] | ReferenceRestrictions | AVAssetReferenceRestrictions. Documentation for this section has not yet been entered. |
| [read-only] | Tracks | AVAssetTrack[]. The tracks contained in the asset. |
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. | ||