Copyright © 2008-2019 MultiMedia Soft

ConvertSoundFileStarted event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs at the beginning of a sound file conversion started through the ConvertFile and ConvertFileRaw methods or at the beginning of a conversion automation session started through the ConvertAutomationExecute method.

 

For further information about sound files conversion see the How to convert format of sound files tutorial.

 

 

Syntax

 

[Visual Basic]

ConvertSoundFileStarted (

ByVal nFileIndex as long

)


 

[C++]

void ConvertSoundFileStarted (

long nFileIndex

);


 

 

Parameter

Description

 

 

nFileIndex

This parameter always assumes value 0 if the event is generated after a call to the ConvertFile or ConvertFileRaw methods

In case of a conversion automation session, started through the ConvertAutomationExecute method, this parameter represents the zero-based index of the list of sound files being converted..