Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
EncodeFormats.ACM.InitCodecs method 
 
Remarks 
 
Initializes the EncodeACM class which allows enumerating codecs and respective formats installed within the Windows Audio Compression Manager. The call to this method is mandatory if you need to start a recording, ripping or exporting session using one of the installed ACM codecs. 
 
For further details about the Windows Audio Compression Manager refer to the EncodeACM class 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 EncodeFormatsMan class. 
 
 
Syntax 
 
[Visual Basic] 
Public Function InitCodecs
 
[C#] 
public enumErrorCodes InitCodecs
);
 
[C++] 
public: enumErrorCodes InitCodecs
);
 
 
Return value 
 
Value
Meaning
 
 
Negative value
An error occurred (see the LastError property for further error details)
enumErrorCodes.NOERROR (0)
The method call was successful.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents