---
title: MEDecodeFrameOptions
framework: MediaExtension
role: symbol
role_heading: Class
platforms: [macOS 14.0+]
path: mediaextension/medecodeframeoptions
---

# MEDecodeFrameOptions

An object that guides the video decoder operation on a per-frame basis.

## Declaration

```swift
class MEDecodeFrameOptions
```

## Topics

### Inspecting frame decoding options

- [doNotOutputFrame](mediaextension/medecodeframeoptions/donotoutputframe.md)
- [realTimePlayback](mediaextension/medecodeframeoptions/realtimeplayback.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Video decoders

- [Supporting custom media formats and decoders](mediaextension/supporting-custom-media-formats-and-decoders.md)
- [MEVideoDecoder](mediaextension/mevideodecoder.md)
- [MEVideoDecoderExtension](mediaextension/mevideodecoderextension.md)
- [MEVideoDecoderPixelBufferManager](mediaextension/mevideodecoderpixelbuffermanager.md)
- [Video decoder property list dictionary](mediaextension/video-decoder-property-list-dictionary.md)
- [Video decoder entitlement](mediaextension/video-decoder-entitlement.md)
