Class VUMeterXData
VU meter data.
Inherited Members
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. |