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