Copyright © 2006-2019 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 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 object section.

 

 

Syntax

 

[Visual Basic]

WaveAnalyzerWaveRangeLeaved (

ByVal nUniqueID as Integer,

ByVal nStartPosInMs as Long,

ByVal nEndPosInMs as Long

)


 

[C++]

void WaveAnalyzerWaveRangeLeaved (

short nUniqueID,

long nStartPosInMs,

long nEndPosInMs

);


 

 

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 WaveformAnalyzer.GraphicItemWaveRangeAdd method.

nStartPosInMs

Start position of the wave range expressed in milliseconds

nEndPosInMs

End position of the wave range expressed in milliseconds