al - Audio Library Functions gDP - DP GBI Macros gdSP - General GBI Macros gSP - SP GBI Macros gt - Turbo Microcode RDP gu - Graphics Utilities Math - Math Functions nuSys - NuSystem os - N64 Operating System sp - Sprite Library Functions uh - Host to Target IO 64DD - N64 Disk Drive
|
nuScGetAudioMQFormatOSMesgQueue* nuScGetAudioMQ(void) Returned Value The pointer to the audio task thread message queue. What This Function Does It gets the pointer to the audio task thread message queue. When an audio task message is sent to this message queue, the audio task thread will execute the audio task. Because the Audio Manager usually creates and executes audio tasks, the application does not need to call this function. See Also nuScCreateScheduler
|