delegate
The receiver’s delegate.
Declaration
var delegate: (any AVCaptureBroadcastVideoOutputDelegate)? { get }Discussion
The value of this property is an object conforming to the AVCaptureBroadcastVideoOutputDelegate protocol that will be able to monitor the broadcast output operations.