Copyright © 2006-2019 MultiMedia Soft

WaveAnalyzerHorzLineMoving event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a graphic item of type "horizontal line" inside the waveform analyzer is being moved through the mouse or through the WaveformAnalyzer.GraphicItemHorzPositionSet method.

 

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]

WaveAnalyzerHorzLineMoving (

ByVal nUniqueID as Integer,

ByVal nStartPosInMs as Long,

ByVal nEndPosInMs as Long,

ByVal bMovedByCode as enumBoolean

)


 

[C++]

void WaveAnalyzerHorzLineMoving (

short nUniqueID,

long nStartPosInMs,

long nEndPosInMs,

short bMovedByCode

);


 

 

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

nStartPosInMs

Start position of the horizontal line expressed in milliseconds

nEndPosInMs

End position of the horizontal line expressed in milliseconds

bMovedByCode

Boolean value that specifies if the custom vertical line was moved through the WaveformAnalyzer.GraphicItemHorzPositionSet method or through the mouse.

Supported values are the following:

Value

Meaning

BOOL_FALSE

The line was moved through the mouse

BOOL_TRUE

The line was moved through the WaveformAnalyzer.GraphicItemHorzPositionSet method