[Missing <summary> documentation for "T:NDXVUMeterNET.DXVUMeterNETGDI.FFTLineChannelModeConstants"]

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

Syntax

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

Members

Member nameValueDescription
Normal0For stereo signals, the left channel is displayed at the top and the right channel at the bottom. For mono signals, just the left channel is displayed
LeftOverRight1Both channels are displayed on the middle, but the left channel appears over the right channel
RightOverLeft2Both channels are displayed on the middle, but the right channel appears over the left channel
Phase3In this mode, DXVUMeterNETGDI will display the phase between the left and right channels

See Also