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.

 

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event ConvertSoundFileStarted As ConvertSoundFileStartedEventHandler


 

[C#]

public event ConvertSoundFileStartedEventHandler ConvertSoundFileStarted;


 

[C++]

public: __event ConvertSoundFileStartedEventHandler ConvertSoundFileStarted;


 

 

Event Data

 

The event handler receives an argument of type ConvertSoundFileEventArgs having the following parameters:

 

Parameters

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..