Class ImageSource
Image source used in Video Edit SDK.
Inherited Members
Namespace: VisioForge.Core.Types.VideoEdit
Assembly: VisioForge.Core.dll
Syntax
public class ImageSource
Constructors
ImageSource(string, TimeSpan)
Initializes a new instance of the ImageSource class.
Declaration
public ImageSource(string filename, TimeSpan duration)
Parameters
Type | Name | Description |
---|---|---|
string | filename | File name. |
TimeSpan | duration | Duration (in milliseconds). |
Properties
Duration
Gets or sets duration (in milliseconds).
Declaration
public TimeSpan Duration { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Filename
Gets or sets image file name.
Declaration
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
string |