Class AgingVideoEffect
Aging video effect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class AgingVideoEffect : BaseVideoEffect, IVideoEditXVideoEffect
Constructors
AgingVideoEffect(string)
Initializes a new instance of the AgingVideoEffect class.
Declaration
public AgingVideoEffect(string name = "aging")
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
Fields
DefaultName
The default name.
Declaration
public static string DefaultName
Field Value
| Type | Description |
|---|---|
| string |
Properties
ColorAging
Gets or sets a value indicating whether to enable color aging.
Declaration
public bool ColorAging { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Dusts
Gets or sets a value indicating whether dusts enabled.
Declaration
public bool Dusts { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Pits
Gets or sets a value indicating whether pits enabled.
Declaration
public bool Pits { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
ScratchLines
Gets or sets a number of scratch lines.
Declaration
public uint ScratchLines { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
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. |