|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function EqualizerLoadFromFile (
nPlayerIndex as Int16,
strPathname as string
) as enumErrorCodes
|
|
[C#]
public enumErrorCodes EqualizerLoadFromFile (
Int16 nPlayerIndex,
string strPathname
);
|
|
[C++]
public: enumErrorCodes EqualizerLoadFromFile (
Int16 nPlayerIndex,
string strPathname
);
|
|
Parameter
|
Description
|
|
|
|
|
nPlayerIndex
|
Number representing the zero-based index of the involved player
|
|
strPathname
|
Absolute pathname of the source EDJ file
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.NOERROR (0)
|
The method call was successful.
|