Preprocessor macro definitions for the audio_manager_voice_service.h header file in this library.
#define AUDIO_VOICE_SERVICE_NAMES { \
"cellular", \
"voip", \
"naturalsound", \
}
Audio voice service names. Since: BlackBerry 10.0.0
#define AUDIO_VOICE_STATUS_NAMES { \
"off", \
"ringer", \
"on", \
}
Audio voice status names. Since: BlackBerry 10.0.0
#define AUDIO_VOICE_OPTION_NAMES { \
"normal", \
"boost_treble", \
"boost_bass", \
}
Audio voice option names. Since: BlackBerry 10.0.0
#define AUDIO_VOICE_CODEC_NAMES { \
"narrowband", \
"wideband", \
}
Audio voice codec names. Since: BlackBerry 10.2.0
#define AUDIOMAN_VOICE_PROCESSING_SETTINGS_EQ_NAME "eq"This macro defines the string for equalizer presets.
Since: BlackBerry 10.3.0
#define AUDIOMAN_VOICE_PROCESSING_SETTINGS_RESERVED_0_NAME "reserved_0"
#define AUDIOMAN_VOICE_PROCESSING_SETTINGS_RESERVED_1_NAME "reserved_1"
#define AUDIO_VOICE_PROCESSING_SETTING_NAMES { \
AUDIOMAN_VOICE_PROCESSING_SETTINGS_EQ_NAME, \
AUDIOMAN_VOICE_PROCESSING_SETTINGS_RESERVED_0_NAME, \
AUDIOMAN_VOICE_PROCESSING_SETTINGS_RESERVED_1_NAME, \
}
Audio voice processing settings names. The AUDIOMAN_VOICE_PROCESSING_SETTINGS_RESERVED_0_NAME and AUDIOMAN_VOICE_PROCESSING_SETTINGS_RESERVED_1_NAME are for use only by system components. Therefore, it is not suitable for all applications.
Since: BlackBerry 10.3.0
#define AUDIO_VOICE_PROCESSING_COUNT (3)The total number of capabilities that are supported.
Since: BlackBerry 10.3.0