Copyright © 2013-2017 MultiMedia Soft

WaveAnalyzerDisplayRangeChange event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the waveform's range displayed on the Waveform Analyzer's display has been changed after a zooming operation or after a scrolling operation or after a call to the SetDisplayRange method.

 

 

Syntax

 

[Visual Basic]

WaveAnalyzerDisplayRangeChange (

ByVal nBeginPosInMs as Long,

ByVal nEndPosInMs as Long

)


 

[C++]

void WaveAnalyzerDisplayRangeChange (

long nBeginPosInMs,

long nEndPosInMs

);


 

 

Parameter

Description

 

 

nBeginPosInMs

Displayed range start position, expressed in milliseconds

nEndPosInMs

Displayed range end position, expressed in milliseconds