Copyright © 2001-2019 MultiMedia Soft

VolumeAutomationLoaded event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when a volume automation procedure is loaded from a VDJ file.

The VDJ file could have been loaded manually through the VolumeAutomation.Load method or automatically if a VDJ file having the same filename of the loaded sound should be found inside the same directory: if for example the loaded sound file should be named MySong.mp3, the corresponding searched VDJ file would be named MySong.vdj

 

For details about using Volume Automation and for a reference about VDJ format refer to the How to manage Volume Automation tutorial.

 

Syntax

 

[Visual Basic]

VolumeAutomationLoaded (

ByVal nPlayer as Integer

)


 

[C++]

void VolumeAutomationLoaded (

short nPlayer

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the player that fired the event