Copyright © 2006-2019 MultiMedia Soft

WaveAnalyzerHorzLineReached event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the playback position reaches a graphic item of type "horizontal line" 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]

WaveAnalyzerHorzLineReached (

ByVal nUniqueID as Integer,

ByVal nStartPosInMs as Long,

ByVal nEndPosInMs as Long

)


 

[C++]

void WaveAnalyzerHorzLineReached (

short nUniqueID,

long nStartPosInMs,

long nEndPosInMs

);


 

 

Parameters

Description

 

 

nUniqueID

Unique identifier of the horizontal line; this unique identifier matches the unique identifier used when the custom line was created through the WaveformAnalyzer.GraphicItemHorizontalLineAdd method.

nStartPosInMs

Start position of the horizontal line expressed in milliseconds

nEndPosInMs

End position of the horizontal line expressed in milliseconds