Get the audio voice service when the name of the service is specified.
#include <audio/audio_manager_voice_service.h>
audio_manager_voice_service_t audio_manager_get_voice_service_from_name(const char *name)
BlackBerry 10.0.0
The name of the service to query.
Use the audio_manager_get_voice_service_from_name() to return the audio_manager_voice_service_t value that matches the provided name of the audio voice service.
The audio voice service identifier. A value of -1 is returned if the name is not found.