Copyright © 2008-2019 MultiMedia Soft

Effects.VolumeAutomationSave method

Previous pageReturn to chapter overviewNext page

Remarks

 

Loads a volume automation procedure from a formatted XML file: XML files containing a volume automation procedure can be loaded at a later time through a call to the Effects.VolumeAutomationLoad method.

 

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 EffectsMan class.

 

 

Syntax

 

[Visual Basic]

Public Function VolumeAutomationSave (

strPathname as string

) as enumErrorCodes


 

[C#]

public enumErrorCodes VolumeAutomationSave (

string strPathname

);


 

[C++]

public: enumErrorCodes VolumeAutomationSave (

string strPathname

);


 

 

Parameter

Description

 

 

strPathname

Absolute pathname of the destination XML file

 

 

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.