Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents  
 
ExportToWavStart event 
 
Remarks 
 
Occurs when the export of the loaded song into a file in WAV format begins. The exporting session is started through a previous call to the RequestSoundExportToWav method. 
 
For further details about exporting a sound to a file in WAV format take a look to the How to export the loaded song into a WAV file section. 
 
 
Syntax 
 
[Visual Basic] 
ExportToWavStart
ByVal nPlayer as Integer 
)
 
[C++] 
void ExportToWavStart
short nPlayer 
);
 
 
Parameter
Description
 
 
nPlayer
Number representing the zero-based index of the player that fired the event
 
 
 
 
 
 
 
Copyright © 2001-2008 MultiMedia Soft 
Return to Table of contents