<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureBroadcastVideoOutput/delegate",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureBroadcastVideoOutput(py)delegate"
  },
  "title" : "delegate"
}
-->

# delegate

The receiver’s delegate.

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

## Discussion

The value of this property is an object conforming to the [`AVCaptureBroadcastVideoOutputDelegate`](/documentation/AVFoundation/AVCaptureBroadcastVideoOutputDelegate) protocol that will be able to monitor the broadcast output operations.

## See Also

[`AVCaptureBroadcastVideoOutputDelegate`](/documentation/AVFoundation/AVCaptureBroadcastVideoOutputDelegate)

Protocol for receiving broadcast video output events and data.

[`-  setDelegate:queue:`](/documentation/AVFoundation/AVCaptureBroadcastVideoOutput/setDelegate(_:queue:))

Sets the receiver’s delegate and the dispatch queue on which the delegate will be called.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)