Defines the style used by DXVUMeterNETGDI to render the monitored audio
Namespace: NDXVUMeterNETAssembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)
Syntax
| C# |
|---|
public enum StyleConstants |
| Visual Basic |
|---|
Public Enumeration StyleConstants |
| Visual C++ |
|---|
public enum class StyleConstants |
Members
| Member name | Value | Description | |
|---|---|---|---|
| DigitalVU | 0 | Display the Digital VUs using leds | |
| Oscilloscope | 1 | Display the Oscilloscope (waveform) | |
| FFT | 2 | Display the Audio in the Frequency domain analyzer | |
| UserPaintGDI | 3 | Allows the use of GDI+ to render a custom display |