Share via


CarrierConfigManager.ImsVoice.KeyEvsPayloadDescriptionBundle Field

Definition

Specifies the codec attributes of different payload types in the EVS codec.

[Android.Runtime.Register("KEY_EVS_PAYLOAD_DESCRIPTION_BUNDLE", ApiSince=33)]
public const string KeyEvsPayloadDescriptionBundle;
[<Android.Runtime.Register("KEY_EVS_PAYLOAD_DESCRIPTION_BUNDLE", ApiSince=33)>]
val mutable KeyEvsPayloadDescriptionBundle : string

Field Value

Attributes

Remarks

Specifies the codec attributes of different payload types in the EVS codec.

The keys in this bundle are payload types specified in #KEY_EVS_PAYLOAD_TYPE_INT_ARRAY.

Codec attributes allowed as part of EVS codec are, <UL> <LI>#KEY_EVS_CODEC_ATTRIBUTE_BANDWIDTH_INT</LI> <LI>#KEY_EVS_CODEC_ATTRIBUTE_BITRATE_INT_ARRAY</LI> <LI>#KEY_EVS_CODEC_ATTRIBUTE_CH_AW_RECV_INT</LI> <LI>#KEY_EVS_CODEC_ATTRIBUTE_HF_ONLY_INT</LI> <LI>#KEY_EVS_CODEC_ATTRIBUTE_DTX_BOOL</LI> <LI>#KEY_EVS_CODEC_ATTRIBUTE_DTX_RECV_BOOL</LI> <LI>#KEY_EVS_CODEC_ATTRIBUTE_MODE_SWITCH_INT</LI> <LI>#KEY_EVS_CODEC_ATTRIBUTE_CMR_INT</LI> <LI>#KEY_EVS_CODEC_ATTRIBUTE_CHANNELS_INT</LI> <LI>#KEY_CODEC_ATTRIBUTE_MODE_CHANGE_PERIOD_INT</LI> <LI>#KEY_CODEC_ATTRIBUTE_MODE_CHANGE_CAPABILITY_INT</LI> <LI>#KEY_CODEC_ATTRIBUTE_MODE_CHANGE_NEIGHBOR_INT</LI> </UL>

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

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