Table of Contents | ||
|
||
GetVolume | ||
Purpose Returns the volume level for the clip |
||
Protoype int CSoundMngr::GetVolume (string str_id) |
||
Parameters
|
||
Description This function queries a given sound object and extract's the clip's current volume level.
|
||
Use CSoundMngr sound; int i_vol = sound.GetVolume("my_sound"); |
||
|
||
|