VisioForge (c) 2025

Search Results for

    Class VUMeterXData

    VU meter data.

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

    Properties

    ChannelsCount

    Gets or sets the channels count.

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

    The channels count.

    Decay

    Gets or sets the decay.

    Declaration
    public double[] Decay { get; set; }
    Property Value
    Type Description
    double[]

    The decay.

    Peak

    Gets or sets the peak.

    Declaration
    public double[] Peak { get; set; }
    Property Value
    Type Description
    double[]

    The peak.

    RMS

    Gets or sets the RMS.

    Declaration
    public double[] RMS { get; set; }
    Property Value
    Type Description
    double[]

    The RMS.