audio_manager_get_voice_service_name()

Get the audio voice service name when the type of the service is specified.

Synopsis:

#include <audio/audio_manager_voice_service.h>
 
const char* audio_manager_get_voice_service_name(audio_manager_voice_service_t service)

Since:

BlackBerry 10.0.0

Arguments:

service

The type of the service to query.

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_name() to return a voice service name when provided an audio_manager_voice_service_t value.

Returns:

The audio voice service name. If the provided audio_manager_voice_service_status_t can't be found, NULL is returned.