Class MovingBlurVideoEffect
Moving blur effect settings.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class MovingBlurVideoEffect : BaseVideoEffect, IVideoEditXVideoEffect
Constructors
MovingBlurVideoEffect(string)
Initializes a new instance of the MovingBlurVideoEffect class.
Declaration
public MovingBlurVideoEffect(string name = "moving-blur")
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
Fields
DefaultName
The default name.
Declaration
public static string DefaultName
Field Value
| Type | Description |
|---|---|
| string |
Properties
Color
Gets or sets the color.
Declaration
public MovingBlurColor Color { get; set; }
Property Value
| Type | Description |
|---|---|
| MovingBlurColor |
Interval
Gets or sets the snapshot interval (in strobe mode).
Declaration
public uint Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
Mode
Gets or sets the mode.
Declaration
public MovingBlurMode Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| MovingBlurMode |
StartTime
Gets or sets the start time.
Declaration
public TimeSpan StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
StopTime
Gets or sets the stop time.
Declaration
public TimeSpan StopTime { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
Methods
GenerateDescription()
Generates the description.
Declaration
public string GenerateDescription()
Returns
| Type | Description |
|---|---|
| string | System.String. |