CarrierConfigManager.ImsVoice.KeyEvsCodecAttributeBandwidthInt 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 EVS codec encoding bandwidth options.
[Android.Runtime.Register("KEY_EVS_CODEC_ATTRIBUTE_BANDWIDTH_INT", ApiSince=33)]
public const string KeyEvsCodecAttributeBandwidthInt;
[<Android.Runtime.Register("KEY_EVS_CODEC_ATTRIBUTE_BANDWIDTH_INT", ApiSince=33)>]
val mutable KeyEvsCodecAttributeBandwidthInt : string
Field Value
- Attributes
Remarks
Specifies the EVS codec encoding bandwidth options.
Possible values are, #EVS_ENCODED_BW_TYPE_NB
, #EVS_ENCODED_BW_TYPE_WB
, #EVS_ENCODED_BW_TYPE_SWB
, #EVS_ENCODED_BW_TYPE_FB
, #EVS_ENCODED_BW_TYPE_NB_WB
, #EVS_ENCODED_BW_TYPE_NB_WB_SWB
, #EVS_ENCODED_BW_TYPE_NB_WB_SWB_FB
, #EVS_ENCODED_BW_TYPE_WB_SWB
, #EVS_ENCODED_BW_TYPE_WB_SWB_FB
If this key is not specified, then the behavior is same as value #EVS_ENCODED_BW_TYPE_NB_WB_SWB
Reference: 3GPP 26.441 Table 1.
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.