---
title: MEDecodeFrameStatus
framework: MediaExtension
role: symbol
role_heading: Structure
platforms: [macOS 14.0+]
path: mediaextension/medecodeframestatus
---

# MEDecodeFrameStatus

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

## Declaration

```swift
struct MEDecodeFrameStatus
```

## Topics

### Creating a status

- [init(rawValue:)](mediaextension/medecodeframestatus/init(rawvalue:).md)

### Inspecting a status

- [frameDropped](mediaextension/medecodeframestatus/framedropped.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Decoding frames

- [canAccept(_:)](mediaextension/mevideodecoder/canaccept(_:).md)
- [decodeFrame(from:options:completionHandler:)](mediaextension/mevideodecoder/decodeframe(from:options:completionhandler:).md)
