Class ImageOverlayVideoEffect
Image overlay video effect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEffects
Assembly: VisioForge.Core.dll
Syntax
public class ImageOverlayVideoEffect : BaseVideoEffect, IVideoEditXVideoEffect
Constructors
ImageOverlayVideoEffect(string, string)
Initializes a new instance of the ImageOverlayVideoEffect class.
Declaration
public ImageOverlayVideoEffect(string filename, string name = "image-overlay")
Parameters
| Type | Name | Description |
|---|---|---|
| string | filename | The filename. |
| string | name | The name. |
Fields
DefaultName
The default name.
Declaration
public static string DefaultName
Field Value
| Type | Description |
|---|---|
| string |
Properties
Alpha
Gets or sets the alpha value [0.0-1.0].
Declaration
public double Alpha { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
Filename
Gets or sets the file name.
Declaration
public string Filename { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Height
Gets or sets the height.
Declaration
public int Height { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
StartTime
Gets or sets the start time.
Declaration
public TimeSpan StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan | The start time. |
StopTime
Gets or sets the stop time.
Declaration
public TimeSpan StopTime { get; set; }
Property Value
| Type | Description |
|---|---|
| TimeSpan | The stop time. |
Width
Gets or sets the width.
Declaration
public int Width { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
X
Gets or sets the X coordinate.
Declaration
public int X { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Y
Gets or sets the Y coordinate.
Declaration
public int Y { 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 |