audiodevice_info_get_device()

Retrieve the audio device from an audio device information structure.

Synopsis:

#include <bps/audiodevice.h>
 
BPS_API audiodevice_device_t audiodevice_info_get_device(audiodevice_info_t *info)

Since:

BlackBerry 10.0.0

Arguments:

info

The audiodevice_info_t structure to get the audio device from.

Library:

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

Description:

The audiodevice_info_get_device() function gets the audio device that the specified audiodevice_info_t structure applies to.

Returns:

The audio device.