SlowMotionEffectDefinition Class

Definition

Represents a slow motion effect definition.

C#
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Phone.PhoneContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SlowMotionEffectDefinition : IVideoEffectDefinition
Inheritance
Object SlowMotionEffectDefinition
Attributes
Implements

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Phone.PhoneContract (introduced in v1.0)

Remarks

Important

Using SlowMotionEffectDefinition will only affect video. It is not to be used as an audio effect.

Constructors

SlowMotionEffectDefinition()

Creates and initializes a new instance of the SlowMotionEffectDefinition object.

Properties

ActivatableClassId

Gets the activatable class ID of the slow motion effect definition.

Properties

Gets the set of properties for configuring the SlowMotionEffectDefinition object.

TimeStretchRate

Gets or sets the current time stretch rate.

Applies to

Product Versions
WinRT Build 10586, Build 14383, Build 15063

See also