audio_manager_get_headphone_unsafe_zone_status()

Get the headphone volume unsafe zone status.

Synopsis:

#include <audio/audio_manager_volume.h>
 
int audio_manager_get_headphone_unsafe_zone_status(audio_manager_headphone_volume_override_status_t *status)

Since:

BlackBerry 10.0.0

Arguments:

status

The status of the volume unsafe zone as audio_manager_headphone_volume_override_status_t.

Library:

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

Description:

The audio_manager_get_headphone_unsafe_zone_status() function returns the headphone volume unsafe zone status.

Returns:

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