Function


nuAuStlSndPlayerPlay2


Syntax

u32 nuAuStlSndPlayerPlay2(u32 sndNo, s32 volume, s32 pan, s32 restartflag, s32 priority)

Arguments

sndNo        number for the sound to be played back
volume volume scale (0 - 0x100)
pan pan scale (0 - 0x100)
restartflag flag for whether or not to overwrite and play the sound again when the same sound number is specified. (0:Don't overwrite, Other than 0:Overwrite)
priority sound priority

Return Value

sound handle

Description

Play back the sound which is specified by sound number. The parameter of the sound can be changed using the sound handle of the return value.