|
static void | increment_chunk_usage (Mix_Chunk *mcp) |
|
static void | decrement_chunk_usage (Mix_Chunk *mcp) |
|
void | sound::flush_cache () |
|
utils::optional< unsigned int > | sound::get_current_track_index () |
|
std::shared_ptr< music_track > | sound::get_current_track () |
|
std::shared_ptr< music_track > | sound::get_previous_music_track () |
|
void | sound::set_previous_track (std::shared_ptr< music_track > track) |
|
unsigned int | sound::get_num_tracks () |
|
std::shared_ptr< music_track > | sound::get_track (unsigned int i) |
|
void | sound::set_track (unsigned int i, const std::shared_ptr< music_track > &to) |
|
void | sound::remove_track (unsigned int i) |
|
static bool | track_ok (const std::string &id) |
|
static std::shared_ptr< sound::music_track > | choose_track () |
|
static std::string | pick_one (const std::string &files) |
|
static void | sound::channel_finished_hook (int channel) |
|
std::string | sound::current_driver () |
|
std::vector< std::string > | sound::enumerate_drivers () |
|
bool | sound::init_sound () |
|
void | sound::close_sound () |
|
void | sound::reset_sound () |
|
void | sound::stop_music () |
|
void | sound::stop_sound () |
|
void | sound::stop_bell () |
|
void | sound::stop_UI_sound () |
|
void | sound::play_music_once (const std::string &file) |
|
void | sound::empty_playlist () |
|
void | sound::play_music () |
|
void | sound::play_track (unsigned int i) |
|
static void | sound::play_new_music () |
|
void | sound::play_music_repeatedly (const std::string &id) |
|
void | sound::play_music_config (const config &music_node, bool allow_interrupt_current_track, int i) |
|
void | sound::commit_music_changes () |
|
void | sound::write_music_play_list (config &snapshot) |
|
void | sound::reposition_sound (int id, unsigned int distance) |
|
bool | sound::is_sound_playing (int id) |
|
void | sound::stop_sound (int id) |
|
void | sound::play_sound (const std::string &files, channel_group group, unsigned int repeats) |
|
void | sound::play_sound_positioned (const std::string &files, int id, int repeats, unsigned int distance) |
|
void | sound::play_bell (const std::string &files) |
|
void | sound::play_timer (const std::string &files, const std::chrono::milliseconds &loop_ticks, const std::chrono::milliseconds &fadein_ticks) |
|
void | sound::play_UI_sound (const std::string &files) |
|
int | sound::get_music_volume () |
|
void | sound::set_music_volume (int vol) |
|
int | sound::get_sound_volume () |
|
void | sound::set_sound_volume (int vol) |
|
void | sound::set_bell_volume (int vol) |
|
void | sound::set_UI_volume (int vol) |
|