---
title: frameDropped
framework: MediaExtension
role: symbol
role_heading: Type Property
platforms: [macOS 14.0+]
path: mediaextension/medecodeframestatus/framedropped
---

# frameDropped

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

## Declaration

```swift
static var frameDropped: MEDecodeFrameStatus { get }
```

## Discussion

Discussion The decoder sets this value if doNotOutputFrame is true.
