WaveScrollerManualScroll event |
|
Remarks
Occurs when a manual move is performed through the mouse on the waveform scroller.
For further details about methods of the Waveform scroller refer to the WaveformScroller object.
For a tutorial about the use of Waveform scrollers refer to the How to scroll the sound's waveform during playback tutorial.
Syntax
[Visual Basic] WaveScrollerManualScroll ( ByVal hWndWaveformScroller as OLE_HANDLE, ByVal nNewPosInMs as Long ) |
[C++] void WaveScrollerManualScroll ( OLE_HANDLE hWndWaveformScroller, long nNewPosInMs ); |
Parameter |
Description |
|
|
hWndWaveformScroller |
Handle of the waveform scroller control returned by a previous call to the WaveformScroller.Create method |
nNewPosInMs |
New sound position expressed in milliseconds after a manual scrolling operation |