CarrierConfigManager.ImsVoice.KeyAudioCodecCapabilityPayloadTypesBundle 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 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>
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.