Remarks
Enables/disables the usage of scrollbars during playback.
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 object section.
Syntax
[C++]
short control.WaveformAnalyzer.EnableScrollbarsDuringPlayback (
short bEnable
);
|
|
Parameter
|
Description
|
|
|
bEnable
|
Boolean value that specifies if scrollbars are enabled or disabled during playback.
Supported values are the following:
Value
|
Meaning
|
BOOL_FALSE (default)
|
Scrollbars are disabled during playback
|
BOOL_TRUE
|
Scrollbars are enabled during playback
|
|
Return value
Value
|
Meaning
|
|
|
Negative value
|
An error occurred, check the LastError property value in order to get the error code
|
enumErrorCodes.ERR_NOERROR (0)
|
The method call was successful
|
|