Contents

kCMSampleBufferDroppedFrameReason_OutOfBuffers

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

Declaration

let kCMSampleBufferDroppedFrameReason_OutOfBuffers: CFString

Discussion

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.

See Also

Sample Buffer Keys