CarrierConfigManager.ImsVoice.KeyEvsCodecAttributeModeSwitchInt Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies if the EVS mode used is EVS primary mode or EVS AMR-WB IO mode.
[Android.Runtime.Register("KEY_EVS_CODEC_ATTRIBUTE_MODE_SWITCH_INT", ApiSince=33)]
public const string KeyEvsCodecAttributeModeSwitchInt;
[<Android.Runtime.Register("KEY_EVS_CODEC_ATTRIBUTE_MODE_SWITCH_INT", ApiSince=33)>]
val mutable KeyEvsCodecAttributeModeSwitchInt : string
Field Value
- Attributes
Remarks
Specifies if the EVS mode used is EVS primary mode or EVS AMR-WB IO mode.
Possible values are, #EVS_OPERATIONAL_MODE_PRIMARY
, #EVS_OPERATIONAL_MODE_AMRWB_IO
If this is not present, then #EVS_OPERATIONAL_MODE_PRIMARY
is used.
Reference: 3GPP 26.445 Section 3.1.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.