Functions in soundplayer.h
Functions that are available for playing sound on the device.
soundplayer_event_get_errno()
Retrieve the errno from the
SOUNDPLAYER_INFO
event.
soundplayer_event_get_error()
Retrieve the error from the
SOUNDPLAYER_INFO
event.
soundplayer_event_get_id()
Retrieve the ID from the
SOUNDPLAYER_INFO
event.
soundplayer_get_domain()
Get the unique domain ID for the Sound Player service.
soundplayer_prepare_sound()
Prepare a system sound to be played.
soundplayer_play_sound()
Play a system sound.
soundplayer_play_sound_async()
Play a system sound and do not wait for completion.
soundplayer_play_sound_blocking()
Play a system sound and wait for completion.
soundplayer_request_events()
Start receiving Sound Player events.
soundplayer_stop_events()
Stop receiving Sound Player events.
Parent topic:
Play sounds (soundplayer.h)
Related concepts
Data types in soundplayer.h