Copyright © 2006-2019 MultiMedia Soft

EncodeFormats.ACM.GetCodecsCount method

Previous pageReturn to chapter overviewNext page

Remarks

 

Returns the number of ACM (Audio Compression Manager) codecs installed inside the system: this method will fail without a previous call to the EncodeFormats.ACM.InitCodecs method.

 

The friendly description of each ACM codec can be obtained using the EncodeFormats.ACM.GetCodecDesc method.

 

For further details about using the Windows Audio Compression Manager refer to the ACM object section.

For a tutorial about the use of the Windows Audio Compression Manager refer to the How to use the Windows Audio Compression Manager section.

For further information about available encoding formats see the EncodeFormats object.

 

 

Syntax

 

[Visual Basic]

control.EncodeFormats.ACM.GetCodecsCount (

) as string


 

[C++]

LPCTSTR control.EncodeFormats.ACM.GetCodecsCount (

);


 

 

Return value

 

The number of ACM codecs installed inside the system