Class GPUVideoEffectBlur
Blur effect.
Inherited Members
Namespace: VisioForge.Core.Types.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class GPUVideoEffectBlur : GPUVideoEffect, IGPUVideoEffectBlur, IGPUVideoEffect
Constructors
GPUVideoEffectBlur(bool, int, string, TimeSpan, TimeSpan)
Initializes a new instance of the GPUVideoEffectBlur class.
Declaration
public GPUVideoEffectBlur(bool enabled, int value, string name = "Blur", TimeSpan startTime = default, TimeSpan stopTime = default)
Parameters
Type | Name | Description |
---|---|---|
bool | enabled | True to enable effects. |
int | value | Blur value. Range 0 - 100. |
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. |
Properties
Value
Gets or sets blur value.
Declaration
public int Value { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
GetEffectType()
Gets type.
Declaration
public GPUVideoEffectType GetEffectType()
Returns
Type | Description |
---|---|
GPUVideoEffectType | The VideoEffectType. |