SFXFMODVoice Class Reference#include <sfxFMODVoice.h>
Inheritance diagram for SFXFMODVoice:
[legend]List of all members.
Constructor & Destructor Documentation
virtual SFXFMODVoice::~SFXFMODVoice |
( |
|
) |
[virtual] |
Member Function Documentation
bool SFXFMODVoice::_copyData |
( |
U32 |
offset, |
|
|
const U8 * |
data, |
|
|
U32 |
length | |
|
) |
| | [protected] |
bool SFXFMODVoice::_assignChannel |
( |
|
) |
[protected] |
void SFXFMODVoice::setPosition |
( |
U32 |
pos |
) |
[virtual] |
void SFXFMODVoice::setMinMaxDistance |
( |
F32 |
min, |
|
|
F32 |
max | |
|
) |
| | [virtual] |
Sets the minimum and maximum distances for 3d falloff.
Implements SFXVoice.
void SFXFMODVoice::play |
( |
bool |
looping |
) |
[virtual] |
Starts playback from the current position.
Implements SFXVoice.
void SFXFMODVoice::stop |
( |
|
) |
[virtual] |
Stops playback and moves the position to the start.
Implements SFXVoice.
void SFXFMODVoice::pause |
( |
|
) |
[virtual] |
SFXStatus SFXFMODVoice::getStatus |
( |
|
) |
const [virtual] |
void SFXFMODVoice::setVelocity |
( |
const VectorF & |
velocity |
) |
[virtual] |
Sets the velocity for a 3d voice.
Implements SFXVoice.
void SFXFMODVoice::setTransform |
( |
const MatrixF & |
transform |
) |
[virtual] |
Sets the position and orientation for a 3d voice.
Implements SFXVoice.
void SFXFMODVoice::setVolume |
( |
F32 |
volume |
) |
[virtual] |
void SFXFMODVoice::setPitch |
( |
F32 |
pitch |
) |
[virtual] |
Sets the pitch scale.
Implements SFXVoice.
void SFXFMODVoice::setCone |
( |
F32 |
innerAngle, |
|
|
F32 |
outerAngle, |
|
|
F32 |
outerVolume | |
|
) |
| | [virtual] |
Set sound cone of a 3D sound.
Implements SFXVoice.
Member Data Documentation
|