Copyright © 2008-2019 MultiMedia Soft

ConvertAutomationGetFilesCount method

Previous pageReturn to chapter overviewNext page

Remarks

 

Returns the number of source sound files currently available inside the conversion automation list.

The absolute pathname of each sound file can be obtained using the ConvertAutomationGetFilePathname method.

 

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

 

 

Syntax

 

[Visual Basic]

control.ConvertAutomationGetFilesCount (

) as Long


 

[C++]

long control.ConvertAutomationGetFilesCount (

);


 

 

Return value

 

The number of source sound files.