Interface IVideoEditXVideoEffect
Interface IVideoEditXVideoEffect.
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public interface IVideoEditXVideoEffect
Properties
StartTime
Gets or sets the start time.
Declaration
TimeSpan StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
StopTime
Gets or sets the stop time.
Declaration
TimeSpan StopTime { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan |
Methods
GenerateDescription()
Generates the description.
Declaration
string GenerateDescription()
Returns
| Type | Description |
|---|---|
| string | System.String. |