Class OpticalAnimationBWVideoEffect
Black and white optical animation effect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class OpticalAnimationBWVideoEffect : BaseVideoEffect, IVideoEditXVideoEffect
Constructors
OpticalAnimationBWVideoEffect()
Initializes a new instance of the OpticalAnimationBWVideoEffect class.
Declaration
public OpticalAnimationBWVideoEffect()
Fields
DefaultName
The default name.
Declaration
public static string DefaultName
Field Value
Type | Description |
---|---|
string |
Properties
LumaThreshold
Gets or sets the luma threshold.
Declaration
public uint LumaThreshold { get; set; }
Property Value
Type | Description |
---|---|
uint |
Mode
Gets or sets the mode.
Declaration
public OpticalAnimationBWMode Mode { get; set; }
Property Value
Type | Description |
---|---|
OpticalAnimationBWMode |
Speed
Gets or sets the speed.
Declaration
public int Speed { 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. |
Exceptions
Type | Condition |
---|---|
NotImplementedException |