Get the preferred system audio output path.
#include <audio/audio_manager_device.h>
int audio_manager_get_preferred_audio_output_path(char *path, int *size)
BlackBerry 10.0.0
The audio path.
The size of the path buffer. If the size is not sufficient, the minimum size to store the path is returned.
Use audio_manager_get_preferred_audio_output_path() to retrieve the preferred system audio output path.
EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.