audio_manager_get_voice_service_status()

Get the current status of the specified voice service type.

Synopsis:

#include <audio/audio_manager_voice_service.h>
 
int audio_manager_get_voice_service_status(audio_manager_voice_service_t service, audio_manager_voice_service_status_t *status)

Since:

BlackBerry 10.0.0

Arguments:

service

The voice service type to query.

status

The status returned.

Library:

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

Description:

Use audio_manager_get_voice_service_status() to return the status of the name of the specified voice service type.

Returns:

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