CarrierConfigManager.ImsVoice.KeyEvsCodecAttributeChAwRecvInt 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 the Channel aware mode (ch-aw-recv) for the receive direction.
[Android.Runtime.Register("KEY_EVS_CODEC_ATTRIBUTE_CH_AW_RECV_INT", ApiSince=33)]
public const string KeyEvsCodecAttributeChAwRecvInt;
[<Android.Runtime.Register("KEY_EVS_CODEC_ATTRIBUTE_CH_AW_RECV_INT", ApiSince=33)>]
val mutable KeyEvsCodecAttributeChAwRecvInt : string
Field Value
- Attributes
Remarks
Specifies the Channel aware mode (ch-aw-recv) for the receive direction. This is applicable for EVS codec.
Permissible values are -1, 0, 2, 3, 5, and 7. If this key is not specified, then the behavior is same as value 0 (channel aware mode disabled).
If this key is configured, then device is expected to send this parameter in the SDP offer.
Reference: 3GPP TS 26.445 section 4.4.5, 3GPP 26.445 Section A.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.