Copyright © 2001-2019 MultiMedia Soft

VolumeAutomation.Reset method

Previous pageReturn to chapter overviewNext page

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]

control.VolumeAutomation.Reset (

nPlayer as Integer

) as enumErrorCodes


 

[C++]

short control.VolumeAutomation.Reset (

short nPlayer

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the involved player

 

 

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.