Copyright © 2006-2019 MultiMedia Soft

CallbackWaveformScrollerManualScrollSet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Sets the function of the CallbackWaveformScrollerManualScroll callback delegate which notifies about manual movements performed through the mouse on the waveform scroller.

 

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

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]

Public Function CallbackWaveformScrollerManualScrollSet (

function as CallbackWaveformScrollerManualScroll

) as enumErrorCodes


 

[C#]

public enumErrorCodes CallbackWaveformScrollerManualScrollSet (

CallbackWaveformScrollerManualScroll function

);


 

[C++]

public: enumErrorCodes CallbackWaveformScrollerManualScrollSet (

CallbackWaveformScrollerManualScroll function

);


 

 

Parameter

Description

 

 

function

Callback function

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred. Check the LastError property value in order to see the last error.

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.