Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 892 Bytes

mediaplayer_addvideoeffect_205953283.md

File metadata and controls

29 lines (20 loc) · 892 Bytes
-api-id -api-type
M:Windows.Media.Playback.MediaPlayer.AddVideoEffect(System.String,System.Boolean,Windows.Foundation.Collections.IPropertySet)
winrt method

Windows.Media.Playback.MediaPlayer.AddVideoEffect

-description

Applies a video effect to media playback.

-parameters

-param activatableClassId

The identifier of the effect.

-param effectOptional

Tue 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 the effect specified by effectID.

-remarks

-examples

-see-also