WaveAnalyzerSelectionChange event |
|
Remarks
Occurs when a portion of the waveform on the Waveform Analyzer's display has been selected/deselected through a mouse operation or through a call to the SetSelection method.
Syntax
[Visual Basic] WaveAnalyzerSelectionChange ( ByVal bSelectionAvailable as enumBoolean, ByVal nBeginPosInMs as Long, ByVal nEndPosInMs as Long ) |
[C++] void WaveAnalyzerSelectionChange ( short bSelectionAvailable, long nBeginPosInMs, long nEndPosInMs ); |
Parameter |
Description |
||||||
|
|
||||||
bSelectionAvailable |
Flag for selection availability. Supported values are the following:
|
||||||
nBeginPosInMs |
The selection's start position, expressed in milliseconds |
||||||
nEndPosInMs |
The selection's end position, expressed in milliseconds |