Retrieve the details of an audio device.
#include <bps/audiodevice.h>
BPS_API int audiodevice_get_details(audiodevice_device_t device,
audiodevice_details_t *details) BPS_DEPRECATED
BlackBerry 10.0.0
The audio device to get the details of. If this value is AUDIODEVICE_DEVICE_UNRECOGNIZED or an audio device not supported by the current version of the operating system, BPS_FAILURE is returned.
This will be populated with the details of the specified audio device. The caller must call audiodevice_free_details() when done with this structure.
Deprecated:
The audiodevice_get_details() function gets the details of the specified audio device.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.