AVPlayerItem.Timebase Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.