#include <XFuConfigurationData.h>
Public Member Functions | |
XFuConfigurationDataSoundInfo () | |
virtual | ~XFuConfigurationDataSoundInfo () |
Public Attributes | |
CHAR * | mFilename |
Filename of the sound sample. | |
FLOAT32 | mSamplingRate |
Sampling rate. | |
REAL | mVolume |
Volume (1.0=original volume). | |
REAL | mPanning |
Panning [0..1]. | |
UINT16 | mPriority |
Priority. | |
INT | mLooping |
Non-zero if the sample is looping. | |
INT32 | mLoopStart |
Loop start point. | |
INT32 | mLoopEnd |
Loop end point. | |
UINT32 | mFlags |
Flags, see XFUCONFIGURATIONDATA_AUDIO_INFO_FLAGS. |
Definition at line 40 of file XFuConfigurationData.h.
|
Definition at line 55 of file XFuConfigurationData.h. |
|
Definition at line 59 of file XFuConfigurationData.h. |
|
Filename of the sound sample.
Definition at line 45 of file XFuConfigurationData.h. Referenced by XFuConfigurationData::addSound(). |
|
Flags, see XFUCONFIGURATIONDATA_AUDIO_INFO_FLAGS.
Definition at line 53 of file XFuConfigurationData.h. Referenced by XFuConfigurationData::addSound(). |
|
Loop end point.
Definition at line 52 of file XFuConfigurationData.h. Referenced by XFuConfigurationData::addSound(). |
|
Non-zero if the sample is looping.
Definition at line 50 of file XFuConfigurationData.h. Referenced by XFuConfigurationData::addSound(). |
|
Loop start point.
Definition at line 51 of file XFuConfigurationData.h. Referenced by XFuConfigurationData::addSound(). |
|
Panning [0..1].
Definition at line 48 of file XFuConfigurationData.h. Referenced by XFuConfigurationData::addSound(). |
|
Priority.
Definition at line 49 of file XFuConfigurationData.h. Referenced by XFuConfigurationData::addSound(). |
|
Sampling rate.
Definition at line 46 of file XFuConfigurationData.h. Referenced by XFuConfigurationData::addSound(). |
|
Volume (1.0=original volume).
Definition at line 47 of file XFuConfigurationData.h. Referenced by XFuConfigurationData::addSound(). |
![]() | ||||
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch |