Occurs every time a new chunk of audio is monitored

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

Syntax

C#
public event DXVUMeterNETGDI..::..PeakValuesEventHandler PeakValues
Visual Basic
Public Event PeakValues As DXVUMeterNETGDI..::..PeakValuesEventHandler
Visual C++
public:
 event DXVUMeterNETGDI..::..PeakValuesEventHandler^ PeakValues {
	void add (DXVUMeterNETGDI..::..PeakValuesEventHandler^ value);
	void remove (DXVUMeterNETGDI..::..PeakValuesEventHandler^ value);
}

Remarks

Use this event to obtain notifications whenever the control has finished capturing a new chunk of audio and you want to do something with this information, such as display your own custom interface or perform some additional operations over the captured audio data

See Also