Class GPUVideoEffectContour
Contour effect.
Inherited Members
Namespace: VisioForge.Core.Types.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class GPUVideoEffectContour : GPUVideoEffect, IGPUVideoEffectContour, IGPUVideoEffect
Constructors
GPUVideoEffectContour(bool, string, TimeSpan, TimeSpan)
Initializes a new instance of the GPUVideoEffectContour class.
Declaration
public GPUVideoEffectContour(bool enabled, string name = "Contour", TimeSpan startTime = default, TimeSpan stopTime = default)
Parameters
Type | Name | Description |
---|---|---|
bool | enabled | True to enable effect. |
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. |
Methods
GetEffectType()
Gets type.
Declaration
public GPUVideoEffectType GetEffectType()
Returns
Type | Description |
---|---|
GPUVideoEffectType | The GPUVideoEffectType. |