Class VideoEffectRed
Red effect.
Inherited Members
Namespace: VisioForge.Core.Types.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class VideoEffectRed : VideoEffect, IVideoEffectRed, IVideoEffect
Constructors
VideoEffectRed(string, TimeSpan, TimeSpan, bool)
Initializes a new instance of the VideoEffectRed class.
Declaration
public VideoEffectRed(string name = "red", TimeSpan startTime = default, TimeSpan stopTime = default, bool enabled = true)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Effect name. Can be used to get effect interface to control it. |
| TimeSpan | startTime | Start time. Use 0 to show effect always. |
| TimeSpan | stopTime | Stop time. Use 0 to show effect always. |
| bool | enabled | True to enable effects. |
Methods
GetEffectType()
Gets type.
Declaration
public VideoEffectType GetEffectType()
Returns
| Type | Description |
|---|---|
| VideoEffectType | The VideoEffectType. |