Audio Compression Manager Drivers (Windows Embedded CE 6.0)
1/6/2010
ACM drivers are stream interface drivers.
Like other stream interface drivers, the Device Manager controls ACM drivers, and they expose standard stream I/O functions. However, unlike other stream interface drivers, applications do not use these drivers directly.
ACM drivers are called by the ACM, which sends messages to ACM drivers when applications need to play or record sounds.
In This Section
- ACM Driver Development
Details several key reasons to write an ACM driver:
- ACM Format Tags and Filter Tags
Defines Format and Filter tags.
- Porting a Desktop ACM Driver to Windows Embedded CE
Provides information about porting an ACM driver from the desktop to Windows Embedded CE.
- Types of ACM Drivers
Shows the types of ACM drivers and explains their purpose.
See Also
Concepts
Types of ACM Drivers
ACM Format Tags and Filter Tags
Porting a Desktop ACM Driver to Windows Embedded CE
ACM Driver Development