SlowMotionEffectDefinition
SlowMotionEffectDefinition
SlowMotionEffectDefinition
SlowMotionEffectDefinition
Class
Definition
Represents a slow motion effect definition.
public : sealed class SlowMotionEffectDefinition : ISlowMotionEffectDefinition, IVideoEffectDefinitionpublic sealed class SlowMotionEffectDefinition : ISlowMotionEffectDefinition, IVideoEffectDefinitionPublic NotInheritable Class SlowMotionEffectDefinition Implements ISlowMotionEffectDefinition, IVideoEffectDefinition// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
Remarks
Important
Using SlowMotionEffectDefinition will only affect video. It is not to be used as an audio effect.
Constructors
SlowMotionEffectDefinition() SlowMotionEffectDefinition() SlowMotionEffectDefinition() SlowMotionEffectDefinition()
Creates and initializes a new instance of the SlowMotionEffectDefinition object.
public : SlowMotionEffectDefinition()public SlowMotionEffectDefinition()Public Sub New()// You can use this method in JavaScript.
Properties
ActivatableClassId ActivatableClassId ActivatableClassId ActivatableClassId
Gets the activatable class ID of the slow motion 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 identifier of the runtime class in the operating system, such as "Windows.Media.Effects.SlowMotionEffectDefinition".
Properties Properties Properties Properties
Gets the set of properties for configuring the SlowMotionEffectDefinition 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 configuring the SlowMotionEffectDefinition object.
TimeStretchRate TimeStretchRate TimeStretchRate TimeStretchRate
Gets or sets the current time stretch rate.
public : double TimeStretchRate { get; set; }public double TimeStretchRate { get; set; }Public ReadWrite Property TimeStretchRate As double// You can use this property in JavaScript.
- Value
- double double double double
The current time stretch rate.