Copyright © 2006-2019 MultiMedia Soft

CallbackWaveformAnalyzerLineReached delegate

Previous pageReturn to chapter overviewNext page

Remarks

 

Callback delegate invoked when the playback position reaches a custom vertical line inside the waveform analyzer: this callback can be set through a call to the CallbackWaveformAnalyzerLineReachedSet method.

 

For further details about callback delegates see the How to synchronize the container application through callback delegates tutorial.

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 Delegate Sub CallbackWaveformAnalyzerLineReached (

nUniqueID as Int16,

nEndPosInMs as Int32

)


 

[C#]

public delegate void CallbackWaveformAnalyzerLineReached (

Int16 nUniqueID,

Int32 nEndPosInMs

)


 

[C++]

public delegate void CallbackWaveformAnalyzerLineReached (

Int16 nUniqueID,

Int32 nEndPosInMs

)


 

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.

nPosInMs

Position of the vertical line expressed in milliseconds