renderers
An array of queued sample buffer renderers currently attached to the synchronizer.
Declaration
var renderers: [any AVQueuedSampleBufferRendering] { get }Discussion
This property includes all renderers that have been added to the synchronizer and haven’t been removed, including renderers that have been scheduled for removal, but have yet to be removed. This property is not KVO observable.