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] control.VolumeAutomation.Save ( nPlayer as Integer, strPathname as String ) as enumErrorCodes |
[C++] short control.VolumeAutomation.Save ( short nPlayer, LPCTSTR strPathname ); |
Parameter |
Description |
|
|
nPlayer |
Number representing the zero-based index of the involved player |
strFilename |
String containing the absolute pathname of the destination XML file |
Return value
Value |
Meaning |
|
|
enumErrorCodes.NOERROR (0) |
The method call was successful |
Negative value |
An error occurred: see the LastError property for further error details or for a list of the possible error values. |