VideoCompositorDefinition Class

Definition

Represents the definition of a custom video compositor.

public ref class VideoCompositorDefinition sealed : IVideoCompositorDefinition
/// [Windows.Foundation.Metadata.Activatable(Windows.Media.Effects.IVideoCompositorDefinitionFactory, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class VideoCompositorDefinition final : IVideoCompositorDefinition
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(Windows.Media.Effects.IVideoCompositorDefinitionFactory, 65536, "Windows.Foundation.UniversalApiContract")]
class VideoCompositorDefinition final : IVideoCompositorDefinition
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Media.Effects.IVideoCompositorDefinitionFactory), 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class VideoCompositorDefinition : IVideoCompositorDefinition
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Media.Effects.IVideoCompositorDefinitionFactory), 65536, "Windows.Foundation.UniversalApiContract")]
public sealed class VideoCompositorDefinition : IVideoCompositorDefinition
function VideoCompositorDefinition(activatableClassId, props)
Public NotInheritable Class VideoCompositorDefinition
Implements IVideoCompositorDefinition
Inheritance
Object Platform::Object IInspectable VideoCompositorDefinition
Attributes
Implements

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Constructors

VideoCompositorDefinition(String)

Initializes a new instance of the VideoCompositorDefinition class.

VideoCompositorDefinition(String, IPropertySet)

Initializes a new instance of the VideoCompositorDefinition class.

Properties

ActivatableClassId

Gets the activatable class ID of the video compositor.

Properties

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

Applies to

See also