Microsoft Windows CE 3.0  

DirectSoundCapture

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

DirectSoundCapture provides an interface for capturing digital audio data from an input source. To use it you must create an instance of the IDirectSoundCaptureinterface, then use its methods to create a single capture buffer. The actual capturing is done with the methods of the buffer object.

This section covers the following topics: