Copyright © 2011-2019 MultiMedia Soft

CallbackWaveAnalyzerSpectralViewStart delegate

Previous pageReturn to chapter overviewNext page

Remarks

 

Callback delegate invoked when a new spectral view analysis begins: this callback can be set through a call to the CallbackWaveAnalyzerSpectralViewStartSet method.

 

For further details about callback delegates see the How to synchronize the container application with the API tutorial.

For details about the use of the Waveform Analyzer refer to the How to use the Waveform Analyzer section.

For further details about methods of the Waveform Analyzer refer to the WaveformAnalyzer class section.

 

 

Syntax

 

[Visual Basic]

Public Delegate Sub CallbackWaveAnalyzerSpectralViewStart (

)


 

[C#]

public delegate void CallbackWaveAnalyzerSpectralViewStart (

)


 

[C++]

public delegate void CallbackWaveformAnalyzerWidth (

)