Share via


CarrierConfigManager.ImsVoice.KeyAudioCodecCapabilityPayloadTypesBundle Field

Definition

Specifies the Audio Codec capability.

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

Field Value

Attributes

Remarks

Specifies the Audio Codec capability. This contains a list of payload types representing different audio codec instances.

The priority of the codecs is EVS, AMRWB, AMRNB, DTMF WB, DTMF NB from highest to lowest. In each individual codec, the priority is determined by the order of the payload types from highest to lowest.

Possible keys in this bundle are, <UL> <LI>#KEY_EVS_PAYLOAD_TYPE_INT_ARRAY</LI> <LI>#KEY_AMRWB_PAYLOAD_TYPE_INT_ARRAY</LI> <LI>#KEY_AMRNB_PAYLOAD_TYPE_INT_ARRAY</LI> <LI>#KEY_DTMFWB_PAYLOAD_TYPE_INT_ARRAY</LI> <LI>#KEY_DTMFNB_PAYLOAD_TYPE_INT_ARRAY</LI> </UL>

To specify payload descriptions for each of the audio payload types, see <UL> <LI>#KEY_EVS_PAYLOAD_DESCRIPTION_BUNDLE</LI> <LI>#KEY_AMRNB_PAYLOAD_DESCRIPTION_BUNDLE</LI> <LI>#KEY_AMRWB_PAYLOAD_DESCRIPTION_BUNDLE</LI> </UL>

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