Skip to content

cf_sound_set_is_paused

Category: audio
GitHub: cute_audio.h


Sets the paused state for the sound.

void cf_sound_set_is_paused(CF_Sound sound, bool true_for_paused);
Parameters Description
sound The sound.
true_for_paused The pause state to set.

Remarks

You can get a sound's paused state with cf_sound_get_is_paused.

CF_SoundParams
CF_Sound
cf_sound_params_defaults
cf_play_sound
cf_sound_is_active
cf_sound_get_is_paused
cf_sound_get_is_looped
cf_sound_get_volume
cf_sound_get_pan
cf_sound_get_time
cf_sound_set_time
cf_sound_set_pitch
cf_sound_set_is_looped
cf_sound_set_volume
cf_sound_set_pan
cf_sound_stop