CarrierConfigManager.ImsVoice.KeyEvsCodecAttributeDtxBool 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 whether DTX (Discontinuous transmission) is enabled or not.
[Android.Runtime.Register("KEY_EVS_CODEC_ATTRIBUTE_DTX_BOOL", ApiSince=33)]
public const string KeyEvsCodecAttributeDtxBool;
[<Android.Runtime.Register("KEY_EVS_CODEC_ATTRIBUTE_DTX_BOOL", ApiSince=33)>]
val mutable KeyEvsCodecAttributeDtxBool : string
Field Value
- Attributes
Remarks
Specifies whether DTX (Discontinuous transmission) is enabled or not. This applies to both directions in the session. This attribute is applicable for EVS codec and can be used in both EVS Primary mode and EVS AMR-WB IO mode.
If true
: Indicates DTX is enabled. If false
: Indicates DTX is disabled.
If this is not present, then default value of true
will apply.
Reference: 3GPP TS 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.