CarrierConfigManager.ImsVoice.KeyEvsCodecAttributeDtxRecvBool 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.
This is used if further restriction is required on DTX in the receive direction.
[Android.Runtime.Register("KEY_EVS_CODEC_ATTRIBUTE_DTX_RECV_BOOL", ApiSince=33)]
public const string KeyEvsCodecAttributeDtxRecvBool;
[<Android.Runtime.Register("KEY_EVS_CODEC_ATTRIBUTE_DTX_RECV_BOOL", ApiSince=33)>]
val mutable KeyEvsCodecAttributeDtxRecvBool : string
Field Value
- Attributes
Remarks
This is used if further restriction is required on DTX in the receive direction. This attribute is applicable for EVS codec and can be used in both EVS Primary mode and EVS AMR-WB IO mode.
If this value is true or not present, then DTX setting is dependent on #KEY_EVS_CODEC_ATTRIBUTE_DTX_BOOL
.
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.