Get the type of volume control used for an audio device.
#include <audio/audio_manager_device.h>
int audio_manager_get_device_volume_control(audio_manager_device_t dev, audio_manager_device_volume_control_t *control)
BlackBerry 10.0.0
The type of the audio device to query.
The type of the volume control that's returned.
Use audio_manager_get_device_volume_control() to return the type of volume control used for the specified device.
EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.