|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function GetGraphicalSettings (
ByRef settings as WAVEFORM_ANALYZER_SETTINGS
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes GetGraphicalSettings (
ref WAVEFORM_ANALYZER_SETTINGS settings
);
|
|
[C++]
public: enumErrorCodes GetGraphicalSettings (
WAVEFORM_ANALYZER_SETTINGS __gc *settings
);
|
|
Parameter
|
Description
|
|
|
|
|
settings
|
Reference to the object of class WAVEFORM_ANALYZER_SETTINGS that receives in output the analyzer's graphical settings .
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|