Share via


AVSampleCursorSyncInfo Struct

Definition

Contains media sample synchronization attributes.

public struct AVSampleCursorSyncInfo
type AVSampleCursorSyncInfo = struct
Inheritance
AVSampleCursorSyncInfo

Fields

Name Description
IsDroppable

true if the sample can be dropped.

IsFullSync

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

IsPartialSync

true if the sample is not Instantaneous Decoder Refresh sample.

Applies to