CarrierConfigManager.ImsVoice.KeyEvsCodecAttributeCmrInt 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.
Indicates whether the Codec Mode Request (CMR) is supported for the session.
[Android.Runtime.Register("KEY_EVS_CODEC_ATTRIBUTE_CMR_INT", ApiSince=33)]
public const string KeyEvsCodecAttributeCmrInt;
[<Android.Runtime.Register("KEY_EVS_CODEC_ATTRIBUTE_CMR_INT", ApiSince=33)>]
val mutable KeyEvsCodecAttributeCmrInt : string
Field Value
- Attributes
Remarks
Indicates whether the Codec Mode Request (CMR) is supported for the session. This attribute is applicable for EVS codec in Primary Mode only.
Possible values are -1, 0, 1. If this key is not present, then behavior as per value 0 is applicable.
Reference: 3GPP 26.445 Section A.3.1, 3GPP 26.114 Table 6.2a
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.