Table of Contents

Class ImageFileSource

Namespace
VisioForge.Core.Types.X.VideoEdit
Assembly
VisioForge.Core.dll

Image file source used in Video Edit SDK X.

public class ImageFileSource

Inheritance

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

filename string

The filename.

duration TimeSpan

The duration.

Properties

Duration

Gets or sets the duration.

public TimeSpan Duration { get; set; }

Property Value

TimeSpan

Effects

Gets the video effects.

public List<IVideoEditXVideoEffect> Effects { get; }

Property Value

List<IVideoEditXVideoEffect>

Filename

Gets or sets image file name.

public string Filename { get; set; }

Property Value

string

LayerID

Gets or sets the layer identifier for composition.

public int LayerID { get; set; }

Property Value

int