VisioForge (c) 2025

Search Results for

    Class OutputSettings

    Output settings.

    Inheritance
    Object
    OutputSettings
    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.Output
    Assembly: VisioForge.Core.dll
    Syntax
    public class OutputSettings

    Properties

    AudioEncoder

    Gets or sets the audio encoder.

    Declaration
    public AudioEncoderShared AudioEncoder { get; set; }
    Property Value
    Type Description
    AudioEncoderShared

    The audio encoder.

    Sinks

    Gets the sinks.

    Declaration
    public List<SinkShared> Sinks { get; }
    Property Value
    Type Description
    List<SinkShared>

    The sinks.

    TotalSize

    Gets or sets the total size.

    Declaration
    public int TotalSize { get; set; }
    Property Value
    Type Description
    Int32

    The total size.

    VideoEncoder

    Gets or sets the video encoder.

    Declaration
    public VideoEncoderShared VideoEncoder { get; set; }
    Property Value
    Type Description
    VideoEncoderShared

    The video encoder.