Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
SoundExportStarted event 
 
Remarks 
 
Occurs when the exporting of a recording session begins after a call to RecordedSound.RequestExportToFile,  RecordedSound.RequestExportToFileUsingCodec or  RecordedSound.RequestExportToFileUsingCodecWavFormat methods. 
 
 
Syntax 
 
[Visual Basic] 
Public Event SoundExportStarted As EventHandler
 
[C#] 
public event EventHandler SoundExportStarted;
 
[C++] 
public: __event EventHandler* SoundExportStarted;
 
 
Event Data 
 
The event handler receives an argument of type EventArgs
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents