Defines the error code reported by the Error event
Namespace: NDXVUMeterNETAssembly: DXVUMeterNETGDI (in DXVUMeterNETGDI.dll) Version: 3.0.4021.33606 (3.1.0.0)
Syntax
| C# |
|---|
public enum ErrorConstants |
| Visual Basic |
|---|
Public Enumeration ErrorConstants |
| Visual C++ |
|---|
public enum class ErrorConstants |
Members
| Member name | Value | Description | |
|---|---|---|---|
| CursorPosEx | 0 | This exception indicates a problem related to the cursor display under the FFT display mode | |
| DefineColorsEx | 1 | This exception indicates that a problem has occurred while trying to initialize the color cache for the leds in the DigitalVU mode | |
| StartPlayingEx | 2 | This exception indicates that a problem occurred while DXVUMeterNETGDI tried to initialize DirectSound to start playing a WAV file | |
| StopPlayingEx | 3 | This exception indicates that a problem occurred while DXVUMeterNETGDI tried to release all the resources used by DirectSound while playing a WAV file | |
| StartMonitoringEx | 4 | This exception indicates that a problem occurred while DXVUMeterNETGDI tried to initialize DirectSound and Direct3D to start monitoring audio | |
| StopMonitoringEx | 5 | This exception indicates that a problem occurred while DXVUMeterNETGDI tried to release the resources used by DirectSound and Direct3D | |
| ResumeIdleRenderEx | 6 | ||
| ReadCaptureDataEx | 7 | ||
| NormalizeBufferEx | 8 | ||
| InitFFTEx | 9 | ||
| RenderFFTScaleEx | 10 | ||
| RenderFFTLinesEx | 11 | ||
| RenderFFTBarsEx | 12 | ||
| RenderOSCEx | 13 | ||
| CalculateRMSEx | 14 | ||
| RenderDigitalVUsEx | 15 | ||
| InternalEx | 16 | ||
| ResetLedsDataEx | 17 | ||
| RendererResetEx | 18 | ||
| MP3EncoderEx | 19 | ||
| StyleChangeEx | 20 |