IVideoCompositorDefinition IVideoCompositorDefinition IVideoCompositorDefinition IVideoCompositorDefinition Interface

Definition

The interface defining a custom video compositor definition.

public : interface IVideoCompositorDefinitionpublic interface IVideoCompositorDefinitionPublic Interface IVideoCompositorDefinition// 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

Gets the activatable class ID of the video compositor.

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 compositor.

Properties Properties Properties Properties

Gets the set of properties for configuring the video compositor object.

public : IPropertySet Properties { get; }public IPropertySet Properties { get; }Public ReadOnly Property Properties As IPropertySet// You can use this property in JavaScript.
Value
IPropertySet IPropertySet IPropertySet IPropertySet

The set of properties for configuring the video compositor object.