Share via


CarrierConfigManager.ImsVoice.KeyAmrnbPayloadDescriptionBundle Field

Definition

Specifies the codec attributes of different payload types in the AMR NarrowBand (AMR-NB) codec.

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

Field Value

Attributes

Remarks

Specifies the codec attributes of different payload types in the AMR NarrowBand (AMR-NB) codec.

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

Codec attributes allowed as part of AMR-NB codec bundle are, <UL> <LI>#KEY_AMR_CODEC_ATTRIBUTE_PAYLOAD_FORMAT_INT</LI> <LI>#KEY_AMR_CODEC_ATTRIBUTE_MODESET_INT_ARRAY</LI> </UL>

If this bundle is not configured and AMRNB payload type is added in #KEY_AMRNB_PAYLOAD_TYPE_INT_ARRAY, then default values as in the individual codec attribute to be used for that payload type.

Java documentation for android.telephony.CarrierConfigManager.ImsVoice.KEY_AMRNB_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