[Missing <summary> documentation for "T:NDXVUMeterNET.DXVUMeterNETGDI.FFTLineChannelModeConstants"]
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 name | Value | Description | |
|---|---|---|---|
| Normal | 0 | For 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 | |
| LeftOverRight | 1 | Both channels are displayed on the middle, but the left channel appears over the right channel | |
| RightOverLeft | 2 | Both channels are displayed on the middle, but the right channel appears over the left channel | |
| Phase | 3 | In this mode, DXVUMeterNETGDI will display the phase between the left and right channels |