SlowMotionEffectDefinition Class

Definition

Represents a slow motion effect definition.

public ref class SlowMotionEffectDefinition sealed : IVideoEffectDefinition
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Phone.PhoneContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SlowMotionEffectDefinition final : IVideoEffectDefinition
[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
function SlowMotionEffectDefinition()
Public NotInheritable Class SlowMotionEffectDefinition
Implements IVideoEffectDefinition
Inheritance
Object Platform::Object IInspectable 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

See also