MediaElement.AddVideoEffect(String, Boolean, IPropertySet) Method

Definition

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

public:
 virtual void AddVideoEffect(Platform::String ^ effectID, bool effectOptional, IPropertySet ^ effectConfiguration) = AddVideoEffect;
void AddVideoEffect(winrt::hstring const& effectID, bool const& effectOptional, IPropertySet const& effectConfiguration);
public void AddVideoEffect(string effectID, bool effectOptional, IPropertySet effectConfiguration);
function addVideoEffect(effectID, effectOptional, effectConfiguration)
Public Sub AddVideoEffect (effectID As String, effectOptional As Boolean, effectConfiguration As IPropertySet)

Parameters

effectID
String

Platform::String

winrt::hstring

The identifier for the desired effect.

effectOptional
Boolean

bool

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.

effectConfiguration
IPropertySet

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

Applies to