---
title: delegateQueue
framework: avfoundation
role: symbol
role_heading: Instance Property
path: avfoundation/avplayeritemvideooutput/delegatequeue
---

# delegateQueue

The dispatch queue on which to call delegate methods.

## Declaration

```swift
var delegateQueue: dispatch_queue_t? { get }
```

## See Also

### Configuring the delegate

- [setDelegate(_:queue:)](avfoundation/avplayeritemvideooutput/setdelegate(_:queue:).md)
- [delegate](avfoundation/avplayeritemvideooutput/delegate.md)
- [AVPlayerItemOutputPullDelegate](avfoundation/avplayeritemoutputpulldelegate.md)
