Copyright © 2008-2019 MultiMedia Soft

Effects.VolumeAutomationReset method

Previous pageReturn to chapter overviewNext page

Remarks

 

Resets an existing volume automation procedure removing all of the added points.

 

For further details about defining a volume automation procedure refer to the How to define a volume automation procedure section.

For further details about methods related to the use of special effects refer to the Effects COM object.

 

 

Syntax

 

[Visual Basic]

control.Effects.VolumeAutomationReset (

) as enumErrorCodes


 

[C++]

short control.Effects.VolumeAutomationReset (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

enumErrorCodes.ERR_NOERROR (0)

The method call was successful.