Contents

status

A status value that indicates whether this object can enqueue and render sample buffers.

Declaration

var status: AVQueuedSampleBufferRenderingStatus { get }

Discussion

If the status is AVQueuedSampleBufferRenderingStatus.failed, check the value of the error property to determine the failure. To resume rendering sample buffers after a failure, you must first reset the status to AVQueuedSampleBufferRenderingStatus.unknown, which you do by invoking flush() on the video renderer.

This property is key-value observable.

See Also

Inspecting the status