Share via


CarrierConfigManager.ImsVoice.KeyEvsCodecAttributeCmrInt Field

Definition

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

Java documentation for android.telephony.CarrierConfigManager.ImsVoice.KEY_EVS_CODEC_ATTRIBUTE_CMR_INT.

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.

Applies to