Public Member Functions | |
AudioChannel (Audio::Mixer *mixer, uint32 sampleRate, bool stereo) | |
void | stop () |
void | playSample (AudioSample *sample, int loop, int priority, bool isSpeech, uint32 pitchShift, byte volume, int8 balance) |
bool | isPlaying () |
void | setVolume (byte volume, int8 balance) |
void | setPriority (int priority) |
int | getPriority () const |
void | setPaused (bool paused) |