VideoStabilizationEffectDefinition VideoStabilizationEffectDefinition VideoStabilizationEffectDefinition VideoStabilizationEffectDefinition Class

Definition

Represents the definition of a video stabilization effect.

public : sealed class VideoStabilizationEffectDefinition : IVideoEffectDefinitionpublic sealed class VideoStabilizationEffectDefinition : IVideoEffectDefinitionPublic NotInheritable Class VideoStabilizationEffectDefinition Implements IVideoEffectDefinition// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

VideoStabilizationEffectDefinition() VideoStabilizationEffectDefinition() VideoStabilizationEffectDefinition() VideoStabilizationEffectDefinition()

Initializes a new instance of the VideoStabilizationEffectDefinition class.

public : VideoStabilizationEffectDefinition()public VideoStabilizationEffectDefinition()Public Sub New()// You can use this method in JavaScript.

Properties

ActivatableClassId ActivatableClassId ActivatableClassId ActivatableClassId

Gets a string containing the activatable class ID of the video stabilization 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 stabilization detection effect definition

Properties Properties Properties Properties

Gets the set of properties for configuring the VideoStabilizationEffectDefinition 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 VideoStabilizationEffectDefinition object.