VolumeAutomation.Reset method |
|
Remarks
Resets the current volume automation procedure for the given player.
For details about using Volume Automation refer to the How to manage Volume Automation tutorial.
Syntax
[Visual Basic] Public Function Reset ( nPlayerIndex as Int16 ) as enumErrorCodes |
[C#] public enumErrorCodes Reset ( Int16 nPlayerIndex ); |
[C++] public: enumErrorCodes Reset ( Int16 nPlayerIndex ); |
Parameter |
Description |
|
|
nPlayerIndex |
Number representing the zero-based index of the involved player |
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. |