|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.Waveform.AnalyzeFullSound (
nPlayer as Integer,
nResolution as enumWaveformResolutions
) as enumErrorCodes
|
|
[C++]
short control.Waveform.AnalyzeFullSound (
short nPlayer,
short nResolution
);
|
|
Parameter
|
Description
| ||||||||||||||||||||||||
|
|
| ||||||||||||||||||||||||
|
nPlayer
|
Number representing the zero-based index of the player that will use the Waveform
| ||||||||||||||||||||||||
|
nResolution
|
Number representing the resolution used in order to analyze the sound.
Higher resolutions will allow a higher analysis quality but will require more memory and will generate larger bitmaps.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|