audio_manager_get_device_name()

Get the audio device name given the type of the device.

Synopsis:

#include <audio/audio_manager_device.h>
 
const char* audio_manager_get_device_name(audio_manager_device_t device)

Arguments:

device

The type of the device being returned.

Library:

libaudio_manager

Description:

The audio_manager_get_device_name() function returns the audio manager device name given the type of the device.

Returns:

The device name.