audio_manager_get_preferred_audio_output_path()

Get the preferred system audio output path.

Synopsis:

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

Arguments:

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

Description:

The audio_manager_get_preferred_audio_output_path() function returns the preferred system audio output path.

Returns:

EOK upon success, negative errno upon failure.