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

# delegateCallbackQueue

The dispatch queue on which delegate callbacks are invoked.

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

## Discussion

Provides the queue set in [`setDelegate(_:queue:)`](/documentation/AVFoundation/AVCaptureTimecodeGenerator/setDelegate(_:queue:)). If no delegate is assigned, this property is `nil`.

---

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)