<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.8.0 -",
    "tvOS: 10.2.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VideoToolbox",
  "identifier" : "/documentation/VideoToolbox/VTDecodeInfoFlags",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Video Toolbox"
    ],
    "preciseIdentifier" : "c:@E@VTDecodeInfoFlags"
  },
  "title" : "VTDecodeInfoFlags"
}
-->

# VTDecodeInfoFlags

Flags that provide information about the status of a decode operation.

```
struct VTDecodeInfoFlags
```

## Topics

### Flag values

[`kVTDecodeInfo_Asynchronous`](/documentation/VideoToolbox/VTDecodeInfoFlags/asynchronous)

A flag that indicates the decode operation ran asynchronously.

[`kVTDecodeInfo_FrameDropped`](/documentation/VideoToolbox/VTDecodeInfoFlags/frameDropped)

A flag that indicates the decode operation dropped a frame.

[`kVTDecodeInfo_SkippedLeadingFrameDropped`](/documentation/VideoToolbox/VTDecodeInfoFlags/skippedLeadingFrameDropped)

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

[`kVTDecodeInfo_ImageBufferModifiable`](/documentation/VideoToolbox/VTDecodeInfoFlags/imageBufferModifiable)

A flag that indicates the image buffer is safe to modify.

### Initializers

[`init(rawValue:)`](/documentation/VideoToolbox/VTDecodeInfoFlags/init(rawValue:))

Creates a flag from a raw unsigned-integer value.

## Relationships

### Conforms To

[`OptionSet`](/documentation/Swift/OptionSet)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)