Remarks
Aborts a running analysis of the loaded sound.
This method call will generate a WaveAnalisysStop event.
For further details about generating a waveform bitmap of the loaded sound, before starting its playback, refer to the How to obtain the sound's waveform tutorial.
Syntax
[Visual Basic]
control.Waveform.AnalyzeAbort (
nPlayer as Integer
) as enumErrorCodes
|
|
[C++]
short control.Waveform.AnalyzeAbort (
short nPlayer
);
|
|
Parameter
|
Description
|
|
|
nPlayer
|
Number representing the zero-based index of the player that will use the Waveform
|
Return value
Value
|
Meaning
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|
|