Get the audio capabilities of the specified device.
#include <audio/audio_manager_device.h>
int audio_manager_get_device_audio_capabilities(audio_manager_device_t dev, audio_manager_device_capabilities_t *in, void **out, int count)
BlackBerry 10.0.0
The type of the audio device to query.
A list of capabilities requested.
The output pointers must match the type required for each input.
The number of elements in each of the in and out arguments.
Use audio_manager_get_device_audio_capabilities() to retrieve the requested capabilities of the specified audio device.
EOK upon success, a negative errno upon failure. The errno values are available in the errno.h file.