AVSampleCursorSyncInfo Struct

Definition

Contains media sample synchronization attributes.

[ObjCRuntime.NoiOS]
[ObjCRuntime.NoTV]
[ObjCRuntime.NoWatch]
public struct AVSampleCursorSyncInfo
type AVSampleCursorSyncInfo = struct
Inheritance
AVSampleCursorSyncInfo
Attributes

Fields

IsDroppable

if the sample can be dropped.

IsFullSync

if the sample is an Instantaneous Decoder Refresh sample and the developer can rely on it, by itself, to resynchronize a decoder.

IsPartialSync

if the sample is not Instantaneous Decoder Refresh sample.

Applies to