GetWorkQueue
Gets the work queue created by the audio object, as a pointer to a dispatch queue.
Declaration
OSSharedPtr<IODispatchQueue> GetWorkQueue();Return Value
The work queue created by the audio object.
Discussion
The work queue synchronizes access to the driver’s state. Setters and getters for the driver do their work on the work queue.