Copyright © 2006-2023 MultiMedia Soft

OnWaveformAnalyzerWaveRangeLeaved event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the playback position leaves a graphic item of type "wave range" inside the waveform analyzer.

 

This event replaces the usage of the CallbackWaveformAnalyzerWaveRangeLeaved delegate and is only intended for usage with applications developed using Visual Basic 6 (which results unreliable when dealing with delegates and callbacks) and, in order to be enabled, requires a call to the COMEventEnable method with the nEventType parameter set to EVENT_TYPE_REC_WAVE_RANGE_LEAVED.

 

For details about graphic items management on the waveform analyzer refer to the How to add graphic items to the Waveform analyzer section.

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 6]

Private Sub RecorderApi_OnWaveformAnalyzerWaveRangeLeaved ( _

ByVal nUniqueID as Integer, _

ByVal nStartPosInMs as Long, _

ByVal nEndPosInMs as Long _

)

 

where "RecorderApi" is declared in Visual Basic 6 code as:

 

Dim WithEvents RecorderApi As AudioSoundRecorderApi.AudioSoundRecorderApiObj


 

 

Event Data

 

Parameters

Description

 

 

nUniqueID

Unique identifier of the wave range; this unique identifier matches the unique identifier used when the wave range was created through the WaveformAnalyzer.GraphicItemWaveRangeAdd method.

nStartPosInMs

Start position of the wave range expressed in milliseconds

nEndPosInMs

End position of the wave range expressed in milliseconds