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