AVPlayerItem.Timebase Property

Definition

The timebase for the AVPlayerItem.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreMedia.CMTimebase Timebase { [Foundation.Export("timebase")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.Timebase : CoreMedia.CMTimebase

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Remarks

The Timebase is used for synchronizing playback, not for changing the playback head or other manipulation.

Applies to