| Table of Contents | ||
|
|
||
| GetPan | ||
|
Purpose Returns the pan setting for the clip |
||
|
Protoype int CSoundMngr::GetPan (string str_id) |
||
|
Parameters
|
||
|
Description This function queries a sound ojbect and extracts the current pan setting of the object.
|
||
|
Use CSoundMngr sound; int i_pan = sound.GetPan("my_sound");
|
||
|
|
||
|