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

# delegateQueue

The dispatch queue on which the delegate is called.

## Declaration

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

## Discussion

Discussion This property does not support key-value observing.

## See Also

### Configuring the delegate

- [delegate](avfoundation/avplayeritemlegibleoutput/delegate.md)
- [setDelegate(_:queue:)](avfoundation/avplayeritemlegibleoutput/setdelegate(_:queue:).md)
- [AVPlayerItemLegibleOutputPushDelegate](avfoundation/avplayeritemlegibleoutputpushdelegate.md)
- [advanceIntervalForDelegateInvocation](avfoundation/avplayeritemlegibleoutput/advanceintervalfordelegateinvocation.md)
