audio_manager_get_name_from_type()

Get the name of the provided audio manager type.

Synopsis:

#include <audio/audio_manager_routing.h>
 
const char* audio_manager_get_name_from_type(audio_manager_audio_type_t type)

Since:

BlackBerry 10.0.0

Arguments:

type

The audio manager type to query.

Library:

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

Description:

Use the audio_manager_get_name_from_type() function to return the name that matches the provided audio_manager_audio_type_t value.

Returns:

The name of the audio manager type from AUDIO_TYPE_NAMES. A NULL value is returned if the provided type can't be found.