Class FlipRotateVideoEffect
Flip/Rotate video effect. Implements the BaseVideoEffect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class FlipRotateVideoEffect : BaseVideoEffect, IVideoEditXVideoEffect
Constructors
FlipRotateVideoEffect(VideoFlipRotateMethod, string)
Initializes a new instance of the FlipRotateVideoEffect class.
Declaration
public FlipRotateVideoEffect(VideoFlipRotateMethod method, string name = "flip-rotate")
Parameters
Type | Name | Description |
---|---|---|
VideoFlipRotateMethod | method | The method. |
string | name | The name. |
Fields
DefaultName
The default name.
Declaration
public static string DefaultName
Field Value
Type | Description |
---|---|
string |
Properties
Method
Gets or sets the method.
Declaration
public VideoFlipRotateMethod Method { get; set; }
Property Value
Type | Description |
---|---|
VideoFlipRotateMethod | The method. |
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 |
Methods
GenerateDescription()
Generates the description.
Declaration
public string GenerateDescription()
Returns
Type | Description |
---|---|
string | System.String. |
Exceptions
Type | Condition |
---|---|
NotImplementedException |