IVideoEffectDefinition
IVideoEffectDefinition
IVideoEffectDefinition
IVideoEffectDefinition
Interface
Definition
Exposes the methods and properties of a VideoEffectDefinition object. Implement this interface when you create a custom video effect definition.
public : interface IVideoEffectDefinitionpublic interface IVideoEffectDefinitionPublic Interface IVideoEffectDefinition// You can use this interface in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
ActivatableClassId ActivatableClassId ActivatableClassId ActivatableClassId
The activatable class ID of the video effect definition.
public : PlatForm::String ActivatableClassId { get; }public string ActivatableClassId { get; }Public ReadOnly Property ActivatableClassId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The activatable class ID of the video effect definition, such as "Windows.Media.VideoStabilizationEffect".
Properties Properties Properties Properties
The set of properties for configuring the VideoEffectDefinition object.
public : IPropertySet Properties { get; }public IPropertySet Properties { get; }Public ReadOnly Property Properties As IPropertySet// You can use this property in JavaScript.
The set of properties for the video effect definition, represented as tuples.