Defines the Spectrum style

Namespace: NDXVUMeterNET
Assembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)

Syntax

C#
public enum FFTStyleConstants
Visual Basic
Public Enumeration FFTStyleConstants
Visual C++
public enum class FFTStyleConstants

Members

Member nameValueDescription
Line0The FFT will be rendered using lines
Filled1The FFT will be rendered using a filled polygon
Bars2The FFT will be rendered using bars
FilledBars3The FFT will be rendered using filled bars
LedBars4The FFT will be rendered using bars in the form of leds
Spectrum5The FFT will be rendered as an spectrum
TransferFunction6The textbook definition of the transfer function of a linear time-interval discrete-time filter is defined by Y(z)/X(z), where Y(z) denotes the z transform of the filter output signal y(n) (left channel), and X(z) denotes the z transform of the filter input signal x(n) (right channel). Note that due to the complexity of this analysis, when in this mode, DXUMeterNETGDI will consume a lot of CPU cycles. For more information you may want to review these resources:

See Also