#include <audiere.h>
Public Member Functions | |
| virtual void ADR_CALL | play ()=0 |
| virtual void ADR_CALL | stop ()=0 |
| virtual void ADR_CALL | setVolume (float volume)=0 |
| virtual float ADR_CALL | getVolume ()=0 |
| virtual void ADR_CALL | setPan (float pan)=0 |
| virtual float ADR_CALL | getPan ()=0 |
| virtual void ADR_CALL | setPitchShift (float shift)=0 |
| virtual float ADR_CALL | getPitchShift ()=0 |
|
|
Get current pan. |
|
|
Get current pitch shift. Defaults to 1.0. |
|
|
Gets the current volume.
|
|
|
Trigger playback of the sound. If the SoundEffect is of type SINGLE, this plays the sound if it isn't playing yet, and starts it again if it is. If the SoundEffect is of type MULTIPLE, play() simply starts playing the sound again. |
|
|
Set current pan.
|
|
|
Set current pitch shift.
|
|
|
Sets the sound's volume.
|
|
|
If the sound is of type SINGLE, stop the sound. If it is of type MULTIPLE, stop all playing instances of the sound. |
1.4.6-NO