AVAssetTrack.RequiresFrameReordering Property

Definition

Gets or sets a Boolean value that tells whether tracks have samples have timestamps that differ for presentation and decoding.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool RequiresFrameReordering { [Foundation.Export("requiresFrameReordering")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.RequiresFrameReordering : bool

Property Value

Attributes

Applies to