VisioForge (c) 2025

Search Results for

    Class FFMPEGStream

    FFMPEG stream.

    Inheritance
    object
    FFMPEGStream
    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.VideoEdit
    Assembly: VisioForge.Core.dll
    Syntax
    public class FFMPEGStream

    Properties

    Filename

    Gets or sets file name.

    Declaration
    public string Filename { get; set; }
    Property Value
    Type Description
    string

    ID

    Gets or sets ID. "v" for video, "a" for audio, "s" for subtitles, "0", "1", etc for a specific stream index.

    Declaration
    public string ID { get; set; }
    Property Value
    Type Description
    string