<!--
{
  "availability" : [
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MediaExtension",
  "identifier" : "/documentation/MediaExtension/MEDecodeFrameStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MediaExtension"
    ],
    "preciseIdentifier" : "c:@E@MEDecodeFrameStatus"
  },
  "title" : "MEDecodeFrameStatus"
}
-->

# MEDecodeFrameStatus

A type that represents a non-error status related to a frame decode operation.

```
struct MEDecodeFrameStatus
```

## Topics

### Creating a status

[`init(rawValue:)`](/documentation/MediaExtension/MEDecodeFrameStatus/init(rawValue:))

Creates a new frame decode operation status with the raw value that you specify.

### Inspecting a status

[`MEDecodeFrameFrameDropped`](/documentation/MediaExtension/MEDecodeFrameStatus/frameDropped)

A frame decode operation status that indicates the system dropped the output of the frame for a reason other than an error.

[`MEDecodeFrameNoStatus`](/documentation/MediaExtension/MEDecodeFrameStatus/MEDecodeFrameNoStatus)

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

---

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)