MediaQualityContract.SoundQuality.ParameterDolbyAudioProcessing 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.
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.
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.