Copyright © 2008-2019 MultiMedia Soft

Effects.VolumeAutomationLoad 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 created through your own code or through a call to the Effects.VolumeAutomationSave 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 VolumeAutomationLoad (

strPathname as string

) as enumErrorCodes


 

[C#]

public enumErrorCodes VolumeAutomationLoad (

string strPathname

);


 

[C++]

public: enumErrorCodes VolumeAutomationLoad (

string strPathname

);


 

 

Parameter

Description

 

 

strPathname

Absolute pathname of the source XML file containing the volume automation procedure

 

 

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.