Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 960 Bytes

mediaplayer_addaudioeffect_1019588069.md

File metadata and controls

30 lines (21 loc) · 960 Bytes
-api-id -api-type
M:Windows.Media.Playback.MediaPlayer.AddAudioEffect(System.String,System.Boolean,Windows.Foundation.Collections.IPropertySet)
winrt method

Windows.Media.Playback.MediaPlayer.AddAudioEffect

-description

Adds an audio effect to the playback stream of the MediaPlayer.

-parameters

-param activatableClassId

The activatable class ID of the audio effect to add to the playback stream.

-param effectOptional

A value indicating whether the effect is optional.

-param configuration

A property set containing configuration settings for the specified audio effect.

-remarks

To remove audio effects from the playback stream, call RemoveAllEffects.

-examples

-see-also