The dispatch queue that invokes delegate callbacks.
SDKs
- iOS 10.3+
- macOS 10.12.4+
- Mac Catalyst 13.0+
- tvOS 10.2+
Framework
- AVFoundation
Declaration
var delegateQueue: Dispatch Queue? { get }
Discussion
The value of this property is a dispatch
object.