VisioForge (c) 2025

Search Results for

    Class ImageFileSource

    Image file source used in Video Edit SDK X.

    Inheritance
    object
    ImageFileSource
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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