audio_manager_wait_for_initialization()

Block until the audio manager service completes initialization.

Synopsis:

#include <audio/audio_manager_event.h>
 
int audio_manager_wait_for_initialization()

Since:

BlackBerry 10.0.0

Arguments:

Library:

libaudio_manager (For the qcc command, use the -l audio_manager option to link against this library)

Description:

Use audio_manager_wait_for_initialization() to block so that your app can wait for the initialization of the audio manager service.

Returns:

EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.