|
WaveAnalyzerLineReached event |
![]() ![]()
|
Remarks
Occurs when the playback position reaches a custom vertical 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 class section.
Syntax
[Visual Basic] Public Event WaveAnalyzerLineReached As WaveAnalyzerLineReachedEventHandler |
[C#] public event WaveAnalyzerLineReachedEventHandler WaveAnalyzerLineReached; |
[C++] public: __event WaveAnalyzerLineReachedEventHandler WaveAnalyzerLineReached; |
Event Data
The event handler receives an argument of type WaveAnalyzerLineEventArgs having the following parameters:
Parameters |
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.VerticalLineAdd or WaveformAnalyzer.VerticalLineAddWithName methods. |
nPosInMs |
Position of the vertical line expressed in milliseconds |