Copyright © 2013-2017 MultiMedia Soft

WaveAnalyzerLineReached event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the playback position reaches a graphic item of type "vertical line" inside the waveform analyzer.

 

 

Syntax

 

[Visual Basic]

WaveAnalyzerLineReached (

ByVal nUniqueID as Integer,

ByVal nPosInMs as Long

)


 

[C++]

void WaveAnalyzerLineReached (

short nUniqueID,

long nPosInMs

);


 

 

Parameter

Description

 

 

nUniqueID

Unique identifier of the vertical line; this unique identifier matches the unique identifier used when the custom line was created through the GraphicItemVerticalLineAdd method.

nPosInMs

Position of the vertical line expressed in milliseconds