Defines the error code reported by the Error event

Namespace: NDXVUMeterNET
Assembly: 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 nameValueDescription
CursorPosEx0This exception indicates a problem related to the cursor display under the FFT display mode
DefineColorsEx1This exception indicates that a problem has occurred while trying to initialize the color cache for the leds in the DigitalVU mode
StartPlayingEx2This exception indicates that a problem occurred while DXVUMeterNETGDI tried to initialize DirectSound to start playing a WAV file
StopPlayingEx3This exception indicates that a problem occurred while DXVUMeterNETGDI tried to release all the resources used by DirectSound while playing a WAV file
StartMonitoringEx4This exception indicates that a problem occurred while DXVUMeterNETGDI tried to initialize DirectSound and Direct3D to start monitoring audio
StopMonitoringEx5This exception indicates that a problem occurred while DXVUMeterNETGDI tried to release the resources used by DirectSound and Direct3D
ResumeIdleRenderEx6
ReadCaptureDataEx7
NormalizeBufferEx8
InitFFTEx9
RenderFFTScaleEx10
RenderFFTLinesEx11
RenderFFTBarsEx12
RenderOSCEx13
CalculateRMSEx14
RenderDigitalVUsEx15
InternalEx16
ResetLedsDataEx17
RendererResetEx18
MP3EncoderEx19
StyleChangeEx20

See Also