DirectSoundCapture
DirectSoundCapture provides an interface for capturing digital audio data from an input source. To use it you must create an instance of the IDirectSoundCapture interface, then use its methods to create a single capture buffer. The actual capturing is done with the methods of the buffer object.
The DirectSoundCapture topics include the following:
- Enumeration of Capture Devices
- Creating the DirectSoundCapture Object
- Capture Device Capabilities
- Creating a Capture Buffer
- Capture Buffer Information
- Capture Buffer Notification
- Capturing Sounds
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.