---
title: CMDroppedFrameReason.outOfBuffers
framework: coremedia
role: symbol
role_heading: Case
path: coremedia/cmdroppedframereason/outofbuffers
---

# CMDroppedFrameReason.outOfBuffers

The frame was dropped because the module providing frames is out of buffers.

## Declaration

```swift
case outOfBuffers
```

## Discussion

Discussion When the module providing sample buffers has run out of source buffers. This condition is typically caused by the client holding onto buffers for too long and can be alleviated by returning buffers to the provider by releasing the buffers.
