<!--
{
  "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/delegateCallbackQueue",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureBroadcastVideoOutput(py)delegateCallbackQueue"
  },
  "title" : "delegateCallbackQueue"
}
-->

# delegateCallbackQueue

The dispatch queue on which all [`AVCaptureBroadcastVideoOutputDelegate`](/documentation/AVFoundation/AVCaptureBroadcastVideoOutputDelegate) methods will be called.

```
var delegateCallbackQueue: dispatch_queue_t? { get }
```

## Discussion

The value of this property is a dispatch queue on which all delegate method calls will be serialized. If you have not called the [`setDelegate(_:queue:)`](/documentation/AVFoundation/AVCaptureBroadcastVideoOutput/setDelegate(_:queue:)) method, the value of this property will be `nil`.

## See Also

[`delegate`](/documentation/AVFoundation/AVCaptureBroadcastVideoOutput/delegate)

The receiver’s delegate.

[`-  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)