Get the name of the provided audio manager type.
#include <audio/audio_manager_routing.h>
const char* audio_manager_get_name_from_type(audio_manager_audio_type_t type)
BlackBerry 10.0.0
The audio manager type to query.
Use the audio_manager_get_name_from_type() function to return the name that matches the provided audio_manager_audio_type_t value.
The name of the audio manager type from AUDIO_TYPE_NAMES. A NULL value is returned if the provided type can't be found.