audio_manager_get_voice_service_processing_capabilities()

Get the current voice processing capabilities when provided the the voice service type and audio device.

Synopsis:

#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)

Since:

BlackBerry 10.3.0

Arguments:

service

The voice service type to query.

dev

The audio device to query.

capabilities

The a pointer that's updated with the voice processing capabilities.

Library:

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

Description:

Use audio_manager_get_voice_service_processing_capabilities() to return the voice processing capabilities when you provide a voice service type and audio device.

Returns:

EOK upon success, otherwise a negative errno value upon failure. The errno values are available in errno.h.