audiodevice_info_get_volumecontrol()

Retrieve the volume control of the audio device specified in an audio device information structure.

Synopsis:

#include <bps/audiodevice.h>
 
BPS_API audiodevice_volume_type_t audiodevice_info_get_volumecontrol(audiodevice_info_t *info)

Since:

BlackBerry 10.0.0

Arguments:

info

The audiodevice_info_t structure to get the volume control from.

Library:

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

Description:

The audiodevice_info_get_volumecontrol() function gets the volume control of the audio device in the specified audiodevice_info_t structure.

Returns:

The volume control.