CarrierConfigManager.ImsVoice.KeyAmrwbPayloadDescriptionBundle 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 codec attributes of different payload types in the AMR WideBand (AMR-WB) codec.
[Android.Runtime.Register("KEY_AMRWB_PAYLOAD_DESCRIPTION_BUNDLE", ApiSince=33)]
public const string KeyAmrwbPayloadDescriptionBundle;
[<Android.Runtime.Register("KEY_AMRWB_PAYLOAD_DESCRIPTION_BUNDLE", ApiSince=33)>]
val mutable KeyAmrwbPayloadDescriptionBundle : string
Field Value
- Attributes
Remarks
Specifies the codec attributes of different payload types in the AMR WideBand (AMR-WB) codec.
The keys in this bundle are payload types specified in #KEY_AMRWB_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 AMRWB payload type is added in #KEY_AMRWB_PAYLOAD_TYPE_INT_ARRAY
, then default values as in the individual codec attribute to be used for that payload type.
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.