Get the audio device when the name of the device is specified.
#include <audio/audio_manager_device.h>
audio_manager_device_t audio_manager_get_device_from_name(const char *device_name)
BlackBerry 10.0.0
The name of the device being returned.
Use audio_manager_get_device_from_name() to retrieve the audio manager device when the name of the device is specified.
The device identifier. A value of AUDIO_DEVICE_DEFAULT is returned if a matching audio device can't be found or a NULL is passed to this function.