Copyright © 2013-2017 MultiMedia Soft

WaveAnalyzerWaveRangeLeaved event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the playback position leaves a graphic item of type "wave range" inside the waveform analyzer.

 

For details about graphic items management on the waveform analyzer refer to the How to add graphic items to the Waveform analyzer section.

 

 

Syntax

 

[Visual Basic]

Public Event WaveAnalyzerWaveRangeLeaved As WaveAnalyzerWaveRangeLeavedEventHandler


 

[C#]

public event WaveAnalyzerWaveRangeLeavedEventHandler WaveAnalyzerWaveRangeLeaved;


 

[C++]

public: __event WaveAnalyzerWaveRangeLeavedEventHandler WaveAnalyzerWaveRangeLeaved;


 

 

Event Data

 

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

 

Parameters

Description

 

 

nUniqueID

Unique identifier of the wave range; this unique identifier matches the unique identifier used when the wave range was created through the GraphicItemWaveRangeAdd method.

nStartPosInMs

Start position of the wave range expressed in milliseconds

nEndPosInMs

End position of the wave range expressed in milliseconds