skippedLeadingFrameDropped
A flag that indicates whether the decode process skips leading frames after dropping a synchronization frame.
Declaration
static var skippedLeadingFrameDropped: VTDecodeInfoFlags { get }Discussion
This condition occurs when you performs a seek to a sync frame, and due to frame reordering, there are leading frames following the sync frame that the system can’t decode due to missing references. Dropping these frames has no impact on playback because the nondecodeable frames won’t render.
If the system sets this flag, it sets the frameDropped flag as well.