Class SmoothVideoEffect
Smooth video effect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class SmoothVideoEffect : BaseVideoEffect, IVideoEditXVideoEffect
Constructors
SmoothVideoEffect(string)
Initializes a new instance of the SmoothVideoEffect class.
Declaration
public SmoothVideoEffect(string name = "smooth")
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The name. |
Fields
DefaultName
The default name.
Declaration
public static string DefaultName
Field Value
| Type | Description |
|---|---|
| string |
Properties
Active
Gets or sets a value indicating whether filter is active.
Declaration
public bool Active { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
FilterSize
Gets or sets the size of media filter.
Declaration
public int FilterSize { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
LumaOnly
Gets or sets a value indicating whether only filter luma part.
Declaration
public bool LumaOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
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 |
Tolerance
Gets or sets the contrast tolerance for smoothing.
Declaration
public int Tolerance { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
GenerateDescription()
Generates the description.
Declaration
public string GenerateDescription()
Returns
| Type | Description |
|---|---|
| string | System.String. |
Exceptions
| Type | Condition |
|---|---|
| NotImplementedException |