---
title: skippedLeadingFrameDropped
framework: videotoolbox
role: symbol
role_heading: Type Property
path: videotoolbox/vtdecodeinfoflags/skippedleadingframedropped
---

# skippedLeadingFrameDropped

A flag that indicates whether the decode process skips leading frames after dropping a synchronization frame.

## Declaration

```swift
static var skippedLeadingFrameDropped: VTDecodeInfoFlags { get }
```

## Discussion

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.

## See Also

### Flag values

- [asynchronous](videotoolbox/vtdecodeinfoflags/asynchronous.md)
- [frameDropped](videotoolbox/vtdecodeinfoflags/framedropped.md)
- [imageBufferModifiable](videotoolbox/vtdecodeinfoflags/imagebuffermodifiable.md)
