The audio channels supported by DXVUMeterNETGDI

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

Syntax

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

Members

Member nameValueDescription
Left0The left audio channel.
Right1The right audio channel. Note that for mono audio streams, the right channel contains the same data as the left channel.

Remarks