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]

Public Function ConvertAutomationGetFilesCount (

) as Int32


 

[C#]

public Int32 ConvertAutomationGetFilesCount (

);


 

[C++]

public: Int32 ConvertAutomationGetFilesCount (

);


 

Return value

 

The number of source sound files.