CarrierConfigManager.ImsVoice.KeyEvsCodecAttributeBitrateIntArray 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 range of source codec bit-rate for EVS Primary mode in the session.
[Android.Runtime.Register("KEY_EVS_CODEC_ATTRIBUTE_BITRATE_INT_ARRAY", ApiSince=33)]
public const string KeyEvsCodecAttributeBitrateIntArray;
[<Android.Runtime.Register("KEY_EVS_CODEC_ATTRIBUTE_BITRATE_INT_ARRAY", ApiSince=33)>]
val mutable KeyEvsCodecAttributeBitrateIntArray : string
Field Value
- Attributes
Remarks
Specifies the range of source codec bit-rate for EVS Primary mode in the session. This is expressed in kilobits per second and applicable for both the send and the receive directions.
The range is specified as integer aray of size 2, represented as [low, high], where low <= high
Possible values for low and high are, #EVS_PRIMARY_MODE_BITRATE_5_9_KBPS
, #EVS_PRIMARY_MODE_BITRATE_7_2_KBPS
, #EVS_PRIMARY_MODE_BITRATE_8_0_KBPS
, #EVS_PRIMARY_MODE_BITRATE_9_6_KBPS
, #EVS_PRIMARY_MODE_BITRATE_13_2_KBPS
, #EVS_PRIMARY_MODE_BITRATE_16_4_KBPS
, #EVS_PRIMARY_MODE_BITRATE_24_4_KBPS
, #EVS_PRIMARY_MODE_BITRATE_32_0_KBPS
, #EVS_PRIMARY_MODE_BITRATE_48_0_KBPS
, #EVS_PRIMARY_MODE_BITRATE_64_0_KBPS
, #EVS_PRIMARY_MODE_BITRATE_96_0_KBPS
, #EVS_PRIMARY_MODE_BITRATE_128_0_KBPS
If this key is not specified, then the behavior is same as value #EVS_PRIMARY_MODE_BITRATE_24_4_KBPS
Reference: 3GPP 26.445 Section A.3.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.