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)

Since:

BlackBerry 10.0.0

Arguments:

path

The audio path.

size

The size of the path buffer. If the size is 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:

Use audio_manager_get_preferred_audio_output_path() to retrieve the preferred system audio output path.

Returns:

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