Copyright © 2006-2019 MultiMedia Soft

SpectrumValueChange event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs whenever there is a change on the Spectrum peak values: this event, generated every 15 milliseconds, can be useful if you need to implement your own Spectrum graphical representation; after receiving this event, in order to obtain the Spectrum values to render graphically, you need to perform a call to the Spectrum.GetTable method.

 

This event is fired only if you have previously created the Spectrum object though a call to the Spectrum.Create method.

 

 

Syntax

 

[Visual Basic]

SpectrumValueChange (

)


 

[C++]

void SpectrumValueChange (

);