Copyright © 2008-2019 MultiMedia Soft

ACM object

Previous pageReturn to chapter overviewNext page

The ACM object, accessible through the control's EncodeFormats.ACM property, is internally implemented as a COM interface called IACM and contains methods needed to take advantage of the Windows Audio Compression Manager.

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

 

The ACM object is implemented through the following properties and methods:

 

Properties

 

EncodeMode

CodecIndex

CodecFormatIndex

 

Methods

 

InitCodecs

GetCodecsCount

GetCodecDesc

GetCodecFormatsCount

GetCodecFormatDesc

GetCodecFormatWavData

GetCodecFormatWavDataLength

SetCodecFormatWavData

DownloadCodecWavFormatFromURL

 

 

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