VolumeAutomation.Save method |
|
Remarks
Saves the current volume automation procedure into a XML-based VDJ file.
For details about using Volume Automation and for a reference about VDJ format refer to the How to manage Volume Automation tutorial.
Syntax
[Visual Basic] Public Function Save ( nPlayerIndex as Int16, strPathname as String ) as enumErrorCodes |
[C#] public enumErrorCodes Save ( Int16 nPlayerIndex, string strPathname ); |
[C++] public: enumErrorCodes Save ( Int16 nPlayerIndex, string strPathname ); |
Parameter |
Description |
|
|
nPlayerIndex |
Number representing the zero-based index of the involved player |
strPathname |
String containing the absolute pathname of the destination XML file |
Return value
Value |
Meaning |
|
|
enumErrorCodes.NOERROR (0) |
The song file has been loaded successfully. |
Negative value |
An error occurred: see the LastError property for further error details or for a list of the possible error values. |