audio_manager_voice_codec_t

The supported voice codecs.

Synopsis:

#include <audio/audio_manager_voice_service.h>
 
typedef enum {
      AUDIO_VOICE_CODEC_NARROWBAND   
      AUDIO_VOICE_CODEC_WIDEBAND   
      AUDIO_VOICE_CODEC_COUNT   
} audio_manager_voice_codec_t;

Since:

BlackBerry 10.2.0

Data:

AUDIO_VOICE_CODEC_NARROWBAND
The voice codec is narrowband (8 KHz).
AUDIO_VOICE_CODEC_WIDEBAND
The voice codec is wideband (>=16 KHz).
AUDIO_VOICE_CODEC_COUNT
The total number of voice codecs.

Library:

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

Description:

The supported voice codecs that are available.