Contents

status

The ability of the display layer to be used for enqueuing sample buffers.

Declaration

var status: AVQueuedSampleBufferRenderingStatus { get }

Discussion

Apple discourages the use of this symbol in iOS 17, tvOS 17, and macOS 14 and later. Use status on sampleBufferRenderer instead.

The value of this property is an AVQueuedSampleBufferRenderingStatus that indicates whether the receiver can be used for enqueuing sample buffers.

When the value of this property is AVQueuedSampleBufferRenderingStatus.failed, the receiver can no longer be used and a new instance needs to be created in its place. When this happens, clients can check the value of the error property to determine the failure.

This property supports key-value observing.

See Also

Getting display layer settings