Copyright © 2008-2019 MultiMedia Soft

WaveAnalyzerSpectralViewPerc event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs during a spectral view analysis, to notify the current advancement percentage.

 

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.

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event WaveAnalyzerSpectralViewPerc As WaveAnalyzerSpectralViewPercEventHandler


 

[C#]

public event WaveAnalyzerSpectralViewPercEventHandler WaveAnalyzerSpectralViewPerc;


 

[C++]

public: __event WaveAnalyzerSpectralViewPercEventHandler WaveAnalyzerSpectralViewPerc;


 

 

Event Data

 

The event handler receives an argument of type WaveAnalyzerSpectralViewPercEventArgs having the following parameters:

 

Parameters

Description

 

 

nPercentage

Number representing the current advancement percentage of the spectral analysis