Language

MediaQualityContract.SoundQuality.ParameterPanFadeEnable Field

Definition

Enables automatic Pan and Fade (Ducking) behavior for the main audio.

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

Field Value

Attributes

Remarks

Enables automatic Pan and Fade (Ducking) behavior for the main audio.

When set to true, the audio engine will apply standard broadcast mixing rules: Fade: The main program audio volume is lowered ("ducked") when audio description is present to ensure the narrator is intelligible; Pan: The main audio may be spatially shifted (e.g., to background channels) to center the audio description track.

If set to false, the AD track is mixed simply as an overlay without modifying the volume or position of the main audio track.

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

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