Language

MediaQualityContract.SoundQuality.ParameterDtsVirtualX Field

Definition

Enable/disable DTS Virtual:X.

[Android.Runtime.Register("PARAMETER_DTS_VIRTUAL_X", ApiSince=37)]
public const string ParameterDtsVirtualX;
[<Android.Runtime.Register("PARAMETER_DTS_VIRTUAL_X", ApiSince=37)>]
val mutable ParameterDtsVirtualX : string

Field Value

Attributes

Remarks

Enable/disable DTS Virtual:X.

DTS Virtual:X is an audio post-processing technology that provides an immersive listening experience by virtualizing a height and surround soundstage from any input source. When enabled, it aims to create a wider and taller sound field, enhancing spatial perception without the need for additional speakers.

Type: BOOLEAN

Possible values: true to enable, false to disable. The default value is false.

Note: When this set to false, other dts relate parameter should also be false.

Android reference for android.media.quality.MediaQualityContract.SoundQuality.PARAMETER_DTS_VIRTUAL_X.

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.

Applies to