Get the current voice processing capabilities when provided the the voice service type and audio device.
#include <audio/audio_manager_voice_service.h>
int audio_manager_get_voice_service_processing_capabilities(audio_manager_voice_service_t service, audio_manager_device_t dev, int *capabilities)
BlackBerry 10.3.0
The voice service type to query.
The audio device to query.
The a pointer that's updated with the voice processing capabilities.
Use audio_manager_get_voice_service_processing_capabilities() to return the voice processing capabilities when you provide a voice service type and audio device.
EOK upon success, otherwise a negative errno value upon failure. The errno values are available in errno.h.