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
|
nuAuSndPlayerPlayFormatALSndID nuAuSndPlayerPlay(u32 sndNo) Arguments
The ID of the sound in question. A value of -1 is returned when the sound can't be played What This Function Does It plays the sound specified by the sound number. The ID of the specified sound when it was allocated by alSndAllocate is returned, except when there is an allocation mistake or playback is not possible, in which case a value of -1 is returned. See Also nuAuSndPlayerSetSound alSndAllocate
|