|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Event VUMeterValueChange As VUMeterValueChangeEventHandler
|
|
[C#]
public event VUMeterValueChangeEventHandler VUMeterValueChange;
|
|
[C++]
public: __event VUMeterValueChangeEventHandler VUMeterValueChange;
|
|
VUMeterValueChangeEventArgs members
|
Description
|
|
|
|
|
nPlayer
|
Number representing the zero-based index of the player that fired the event
|
|
nLeftPeak
|
Number representing the peak value for the left channel: can assume values from 0 (no sound) to 32767 (max volume).
|
|
nRightPeak
|
Number representing the peak value for the right channel: can assume values from 0 (no sound) to 32767 (max volume).
If the sound is in Mono, the nLeftPeak and nRightPeak parameters assume the same value.
|