VisioForge (c) 2025

Search Results for

    Class AudioPCMConverterSettings

    Audio PCM converter settings.

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

    Constructors

    AudioPCMConverterSettings(int, int, int)

    Initializes a new instance of the AudioPCMConverterSettings class.

    Declaration
    public AudioPCMConverterSettings(int channels, int bps, int sampleRate)
    Parameters
    Type Name Description
    int channels

    Channels count.

    int bps

    BPS.

    int sampleRate

    Sample rate.

    Properties

    BPS

    Gets or sets BPS.

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

    Channels

    Gets or sets channels count. 1 or 2.

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

    SampleRate

    Gets or sets sample rate.

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