|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <mixer.h>
Public Member Functions | |
| Mixer () | |
| ~Mixer () | |
| void | mix (int16_t *out, size_t samples) |
| void | setVolume (float v) |
| void | setMusic (const Music &m, DMUS_EMBELLISHT_TYPES embellishment=DMUS_EMBELLISHT_NORMAL) |
| void | setMusicVolume (float v) |
| int64_t | currentPlayTime () const |
| void Mixer::setMusic | ( | const Music & | m, |
| DMUS_EMBELLISHT_TYPES | embellishment = DMUS_EMBELLISHT_NORMAL |
||
| ) |