Function


nuScGetAudioMQ

Syntax
OSMesgQueue* nuScGetAudioMQ(void)

Arguments
None

Return Value
The pointer for the message queue of the audio task thread

Explanation
Pointer for the message queue of the audio task thread.

When the audio task message is sent to the obtained message queue, the audio task thread executes the audio task. Normally, since the audio task is created and executed by the Audio Manager, it is not necessary to call this function from the application directly.


See Also
nuScCreateScheduler