Class ImageFileSource
Image file source used in Video Edit SDK X.
Inherited Members
Namespace: VisioForge.Core.Types.X.VideoEdit
Assembly: VisioForge.Core.dll
Syntax
public class ImageFileSource
Constructors
ImageFileSource(string, TimeSpan)
Initializes a new instance of the ImageFileSource class.
Declaration
public ImageFileSource(string filename, TimeSpan duration)
Parameters
Type | Name | Description |
---|---|---|
string | filename | The filename. |
TimeSpan | duration | The duration. |
Properties
Duration
Gets or sets the duration.
Declaration
public TimeSpan Duration { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Effects
Gets the video effects.
Declaration
public List<IVideoEditXVideoEffect> Effects { get; }
Property Value
Type | Description |
---|---|
List<IVideoEditXVideoEffect> |
Filename
Gets or sets image file name.
Declaration
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
string |
LayerID
Gets or sets the layer identifier for composition.
Declaration
public int LayerID { get; set; }
Property Value
Type | Description |
---|---|
int |