Edit

Share via


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

<see langwor="true"></see> if the sample can be dropped.

IsFullSync

<see langwor="true"></see> if the sample is an Instantaneous Decoder Refresh sample and the developer can rely on it, by itself, to resynchronize a decoder.

IsPartialSync

<see langwor="true"></see> if the sample is not Instantaneous Decoder Refresh sample.

Applies to