MonoMac.AVFoundation.AVAsset Members

The members of MonoMac.AVFoundation.AVAsset are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

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.

Public Properties

[read-only]
AvailableChapterLocalesMonoMac.Foundation.NSLocale[]. Documentation for this section has not yet been entered.
[read-only]
AvailableMetadataFormatsstring[]. Metadata formats available for the asset.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
CommonMetadataAVMetadataItem[]. Metadata keys that are available.
[read-only]
Composablebool. Documentation for this section has not yet been entered.
[read-only]
DurationMonoMac.CoreMedia.CMTime. The duration of the asset in CMTime.
[read-only]
Exportablebool. Documentation for this section has not yet been entered.
[read-only]
Lyricsstring. The lyrics of the asset, in the current locale.
[read-only]
NaturalSizeSystem.Drawing.SizeF. Size of the visual component of the asset.
[read-only]
Playablebool. Documentation for this section has not yet been entered.
[read-only]
PreferredRatefloat. The rate at which this asset should be played.
[read-only]
PreferredTransformMonoMac.CoreGraphics.CGAffineTransform. Preferred affine transformation to apply to the visual content of the asset for rendering.
[read-only]
PreferredVolumefloat. Preferred asset volume.
[read-only]
ProtectedContentbool. Documentation for this section has not yet been entered.
[read-only]
ProvidesPreciseDurationAndTimingbool. Whether the asset provides precise duration and timing information.
[read-only]
Readablebool. Documentation for this section has not yet been entered.
[read-only]
ReferenceRestrictionsAVAssetReferenceRestrictions. Documentation for this section has not yet been entered.
[read-only]
TracksAVAssetTrack[]. The tracks contained in the asset.

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.