Class Pseudo3DVideoEffect
Pseudo3D video effect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class Pseudo3DVideoEffect : BaseVideoEffect, IVideoEditXVideoEffect
Constructors
Pseudo3DVideoEffect(string)
Initializes a new instance of the Pseudo3DVideoEffect class.
Declaration
public Pseudo3DVideoEffect(string name = "pseudo3d")
Parameters
Type | Name | Description |
---|---|---|
string | name | The name. |
Fields
DefaultName
The default name.
Declaration
public static string DefaultName
Field Value
Type | Description |
---|---|
string |
Properties
Delay
Gets or sets the delay in frames between updates.
Declaration
public int Delay { get; set; }
Property Value
Type | Description |
---|---|
int |
Gain
Gets or sets the gain.
Declaration
public int Gain { get; set; }
Property Value
Type | Description |
---|---|
int |
Linespace
Gets or sets the line spacing.
Declaration
public int Linespace { get; set; }
Property Value
Type | Description |
---|---|
int |
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. |