Language

MediaQualityContract.SoundQuality.ParameterDolbyAudioProcessing Field

Definition

Key used to enable or disable Dolby Audio Processing (DAP).

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

Field Value

Attributes

Remarks

Key used to enable or disable Dolby Audio Processing (DAP).

Value Type: String

Valid Values: "on" - Enables Dolby post-processing (volume leveling, dialogue enhancement, surround virtualization); "off" - Disables processing (audio is passed through without modification).

Default Value: "off"

When set to "on", the audio engine applies the currently configured Dolby profile to the output mix. When set to "off", the system operates in a "passthrough" or reference mode, preserving the original dynamic range and frequency response of the content.

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

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