Class MovingZoomEchoVideoEffect
Moving-zoom echo effect settings.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class MovingZoomEchoVideoEffect : BaseVideoEffect, IVideoEditXVideoEffect
Constructors
MovingZoomEchoVideoEffect(string)
Initializes a new instance of the MovingZoomEchoVideoEffect class.
Declaration
public MovingZoomEchoVideoEffect(string name = "moving-zoom-echo")
Parameters
Type | Name | Description |
---|---|---|
string | name | The name. |
Fields
DefaultName
The default name.
Declaration
public static string DefaultName
Field Value
Type | Description |
---|---|
string |
Properties
Speed
Gets or sets the speed of movement.
Declaration
public float Speed { get; set; }
Property Value
Type | Description |
---|---|
float |
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 |
ZoomSpeed
Gets or sets the speed of zooming.
Declaration
public float ZoomSpeed { get; set; }
Property Value
Type | Description |
---|---|
float |
Methods
GenerateDescription()
Generates the description.
Declaration
public string GenerateDescription()
Returns
Type | Description |
---|---|
string | System.String. |