NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Definition at line 161 of file snd_BasicSound.h.
Public Types | |
enum | ParamUpdateFlags { PARAM_UPDATE_VOLUME = (1 << 0) , PARAM_UPDATE_PAN = (1 << 1) , PARAM_UPDATE_SURROUND_PAN = (1 << 2) , PARAM_UPDATE_PRIORITY = (1 << 3) } |
Public Member Functions | |
virtual void | detail_UpdateAmbientParam (const void *, ulong, int, SoundAmbientParam *) |
virtual int | detail_GetAmbientPriority (const void *, ulong) |
virtual int | detail_GetRequiredVoiceOutCount (const void *, ulong) |
enum nw4r::snd::detail::BasicSound::AmbientInfo::AmbientParamUpdateCallback::ParamUpdateFlags |
Definition at line 164 of file snd_BasicSound.h.
|
inlinevirtual |
Definition at line 172 of file snd_BasicSound.h.