Contents

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.

See Also

Related Documentation

Managing the Output