VUMeterValueChange event |
|
Remarks
Occurs whenever there is a change on the VU-Meter peak values: this event, generated every 15 milliseconds, can be useful if you need to implement your own VU-Meter graphical representation.
In case you should need to retrieve RMS (Root-Mean-Square) levels, you could use the StreamPeakLevelsGet method.
This event is fired only if you have created the VUMeter object though a call to the VUMeter.Create method.
For further details about synchronization through Events see the How to synchronize the container application through events tutorial.
Syntax
Event Data
The event handler receives an argument of type VUMeterValueChangeEventArgs having the following parameters:
|