audio_manager_get_device_audio_path()

Deprecated.

Synopsis:

#include <audio/audio_manager_device.h>
 
int audio_manager_get_device_audio_path(audio_manager_device_t dev, char *path, int *size)

Arguments:

dev

The type of the audio device to query.

path

The audio path.

size

The size of the path buffer. If not sufficient, the minimum size to store the path is returned.

Library:

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

Description:

Get the output audio path of the specified audio device. Use audio_manager_get_device_audio_path() to retrieve the audio output path of the specified audio device.

Deprecated:

This function is deprecated. Do not use this function. Use audio_manager_get_device_name() instead.

Returns:

EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.