Platform SDK: DirectX

DirectSoundCapture

[C++]

DirectSoundCapture provides a set of tools 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.

[Visual Basic]

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

This section covers the following topics: