#include <IAudio.h>
Public Methods | |
SoundProp () | |
void | Clear () |
Public Attributes | |
float | m_fVolume |
Set the volume from VOLUME_MIN (0.0) to VOLUME_MAX (1.0). | |
float | m_fPan |
Set the pan from PAN_LEFT (-1.0) to PAN_RIGHT (1.0). | |
float | m_fPitch |
Sets the target pitch. | |
uint32 | m_nReadCursor |
Sets the position of the read cursor. |
Structure containing general runtime-alterable properties of a 2D sound.
|
SoundProp constructor automatically calls Clear() to initialize the structure. |
|
Sets all members either to an appropriate default value if it exists, or else to zero. |