cf_sound_is_active¶
Category: audio
GitHub: cute_audio.h
Returns whether or not a sound is active.
Parameters | Description |
---|---|
sound | The sound. |
Return Value¶
Rreturns true if the sound is active, or false if it finished playing (and was not looped).
Related Pages¶
CF_SoundParams
CF_Sound
cf_sound_params_defaults
cf_play_sound
cf_sound_get_pitch
cf_sound_get_is_paused
cf_sound_get_is_looped
cf_sound_get_volume
cf_sound_get_sample_index
cf_sound_set_sample_index
cf_sound_set_is_paused
cf_sound_set_is_looped
cf_sound_set_volume
cf_sound_stop
cf_sound_set_pitch