---
title: delegate
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avcapturebroadcastvideooutput/delegate
---

# delegate

The receiver’s delegate.

## Declaration

```swift
var delegate: (any AVCaptureBroadcastVideoOutputDelegate)? { get }
```

## Discussion

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

- [AVCaptureBroadcastVideoOutputDelegate](avfoundation/avcapturebroadcastvideooutputdelegate.md)
- [setDelegate(_:queue:)](avfoundation/avcapturebroadcastvideooutput/setdelegate(_:queue:).md)

### Managing the Output

- [delegateCallbackQueue](avfoundation/avcapturebroadcastvideooutput/delegatecallbackqueue.md)
- [setDelegate(_:queue:)](avfoundation/avcapturebroadcastvideooutput/setdelegate(_:queue:).md)
