MonoMac.AVFoundation.AVPlayerItem Members

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

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

Documentation for this section has not yet been entered.
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.
Documentation for this section has not yet been entered.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
AccessLogAVPlayerItemAccessLog. Documentation for this section has not yet been entered.
[read-only]
AssetAVAsset. Documentation for this section has not yet been entered.
AudioMixAVAudioMix. Documentation for this section has not yet been entered.
[read-only]
CanPlayFastForwardbool. Documentation for this section has not yet been entered.
[read-only]
CanPlayFastReversebool. Documentation for this section has not yet been entered.
[read-only]
CanPlayReversebool. Documentation for this section has not yet been entered.
[read-only]
CanPlaySlowForwardbool. Documentation for this section has not yet been entered.
[read-only]
CanPlaySlowReversebool. Documentation for this section has not yet been entered.
[read-only]
CanStepBackwardbool. Documentation for this section has not yet been entered.
[read-only]
CanStepForwardbool. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
CurrentDateMonoMac.Foundation.NSDate. Documentation for this section has not yet been entered.
[read-only]
CurrentTimeMonoMac.CoreMedia.CMTime. Documentation for this section has not yet been entered.
[read-only]
static
DidPlayToEndTimeNotificationMonoMac.Foundation.NSString. Notification constant for DidPlayToEndTime
[read-only]
DurationMonoMac.CoreMedia.CMTime. Documentation for this section has not yet been entered.
[read-only]
ErrorMonoMac.Foundation.NSError. Documentation for this section has not yet been entered.
[read-only]
ErrorLogAVPlayerItemErrorLog. Documentation for this section has not yet been entered.
ForwardPlaybackEndTimeMonoMac.CoreMedia.CMTime. Documentation for this section has not yet been entered.
[read-only]
static
ItemFailedToPlayToEndTimeErrorKeyMonoMac.Foundation.NSString. Represents the value associated with the constant AVPlayerItemFailedToPlayToEndTimeErrorKey
[read-only]
static
ItemFailedToPlayToEndTimeNotificationMonoMac.Foundation.NSString. Notification constant for ItemFailedToPlayToEndTime
[read-only]
LoadedTimeRangesMonoMac.Foundation.NSValue[]. Documentation for this section has not yet been entered.
[read-only]
OutputsAVPlayerItemOutput. Documentation for this section has not yet been entered.
[read-only]
PlaybackBufferEmptybool. Documentation for this section has not yet been entered.
[read-only]
PlaybackBufferFullbool. Documentation for this section has not yet been entered.
[read-only]
PlaybackLikelyToKeepUpbool. Documentation for this section has not yet been entered.
[read-only]
PresentationSizeSystem.Drawing.SizeF. Documentation for this section has not yet been entered.
ReversePlaybackEndTimeMonoMac.CoreMedia.CMTime. Documentation for this section has not yet been entered.
[read-only]
SeekableTimeRangesMonoMac.Foundation.NSValue[]. Documentation for this section has not yet been entered.
SeekingWaitsForVideoCompositionRenderingbool. Documentation for this section has not yet been entered.
[read-only]
StatusAVPlayerItemStatus. Documentation for this section has not yet been entered.
[read-only]
TimebaseMonoMac.CoreMedia.CMTimebase. Documentation for this section has not yet been entered.
[read-only]
TimedMetadataMonoMac.Foundation.NSObject[]. Documentation for this section has not yet been entered.
[read-only]
static
TimeJumpedNotificationMonoMac.Foundation.NSString. Notification constant for TimeJumped
[read-only]
TracksAVPlayerItemTrack[]. Documentation for this section has not yet been entered.
VideoCompositionAVVideoComposition. Documentation for this section has not yet been entered.

Public Methods

AddOutput(AVPlayerItemOutput)
Documentation for this section has not yet been entered.
CancelPendingSeeks()
Documentation for this section has not yet been entered.
static
FromAsset(AVAsset) : AVPlayerItem
Documentation for this section has not yet been entered.
static
FromUrl(MonoMac.Foundation.NSUrl) : AVPlayerItem
Documentation for this section has not yet been entered.
RemoveOutput(AVPlayerItemOutput)
Documentation for this section has not yet been entered.
Seek(MonoMac.CoreMedia.CMTime) : bool
Documentation for this section has not yet been entered.
Seek(MonoMac.Foundation.NSDate) : bool
Documentation for this section has not yet been entered.
Seek(MonoMac.CoreMedia.CMTime, AVCompletion)
Documentation for this section has not yet been entered.
Seek(MonoMac.Foundation.NSDate, AVCompletion) : bool
Documentation for this section has not yet been entered.
Seek(MonoMac.CoreMedia.CMTime, MonoMac.CoreMedia.CMTime, MonoMac.CoreMedia.CMTime, AVCompletion)
Documentation for this section has not yet been entered.
SeekToDate(MonoMac.CoreMedia.CMTime, MonoMac.CoreMedia.CMTime, MonoMac.CoreMedia.CMTime) : bool
Documentation for this section has not yet been entered.
StepByCount(int)
Documentation for this section has not yet been entered.

Protected Methods

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