Applies a video effect to playback. Takes effect for the next source that is set on this MediaElement.
Syntax
public void AddVideoEffect( string effectID, bool effectOptional, IPropertySet effectConfiguration )
Parameters
- effectID
-
Type: System.String [.NET] | Platform::String [C++]
The identifier for the desired effect.
- effectOptional
-
Type: System.Boolean [.NET] | Platform::Boolean [C++]
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
-
Type: IPropertySet
A property set that transmits property values to specific effects as selected by effectID.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 3/12/2013