VisioForge (c) 2025

Search Results for

    Class IBasicAudioSettings

    FFMPEG EXE basic audio settings interface.

    Inheritance
    object
    IBasicAudioSettings
    BasicAudioSettings
    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.FFMPEGEXE
    Assembly: VisioForge.Core.dll
    Syntax
    public class IBasicAudioSettings

    Properties

    Bitrate

    Gets or sets FFMPEG EXE audio bitrate.

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

    Channels

    Gets or sets FFMPEG EXE audio channels.

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

    Encoder

    Gets or sets FFMPEG EXE audio encoder.

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

    Mode

    Gets or sets mode.

    Declaration
    public AudioMode Mode { get; set; }
    Property Value
    Type Description
    AudioMode

    Quality

    Gets or sets quality.

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

    SampleRate

    Gets or sets FFMPEG EXE audio sample rate.

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