Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
EncodeFormats.ACM property (RO) 
 
Type
[Visual Basic] 
Public Property ACM As EncodeACM
 
[C#] 
public EncodeACM ACM {get;}
 
[C++] 
public: __property EncodeACM* get_ACM ();
 
This property is Read-only
 
 
Remarks
The Audio Compression Manager object. 
 
This property encapsulates the functionality of the EncodeACM class. 
 
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.
 
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents