constIVAS_ENC_BANDWIDTHmaxBandwidth,/* i : bandwidth limitation */
constIVAS_ENC_DTX_CONFIGdtxConfig,/* i : configuration of DTX, can by set to default by using IVAS_ENC_GetDefaultDtxConfig() */
constIVAS_ENC_CHANNEL_AWARE_CONFIGcaConfig,/* i : configuration of channel-aware mode, can by set to default by using IVAS_ENC_GetDefaultChannelAwareConfig() */
#ifdef BINAURAL_AUDIO_CMDLINE
constbooldownmixFromStereo,/* i : if true, the encoder accepts a stereo input and internally downmixes it to mono before encoding */
constboolis_binaural/* i : if true, the input is binaural audio */
#else
constbooldownmixFromStereo/* i : if true, the encoder accepts a stereo input and internally downmixes it to mono before encoding */