delegate
A delegate object that receives synchronized capture data.
Declaration
var delegate: (any AVCaptureDataOutputSynchronizerDelegate)? { get }Discussion
This property is read-only. You set the delegate object and the dispatch queue for delegate methods together using the setDelegate(_:queue:) method.