Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.13 KB

mediaelement_addaudioeffect_1019588069.md

File metadata and controls

31 lines (21 loc) · 1.13 KB
-api-id -api-type
M:Windows.UI.Xaml.Controls.MediaElement.AddAudioEffect(System.String,System.Boolean,Windows.Foundation.Collections.IPropertySet)
winrt method

Windows.UI.Xaml.Controls.MediaElement.AddAudioEffect

-description

Applies an audio effect to playback. Takes effect for the next source that is set on this MediaElement.

-parameters

-param effectID

The identifier for the desired effect.

-param effectOptional

true if the effect shouldn't block playback when the effect can't be used at run time. false if the effect should block playback when the effect can't be used at run time.

-param effectConfiguration

A property set that transmits property values to specific effects as selected by effectID.

-remarks

The audio effects needs to be added before loading the source. Otherwise, it will be applied for the next source that is set on this MediaElement.

-examples

-see-also