AVSampleCursorSyncInfo Struct
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.
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. |