| Microsoft DirectX 8.1 (Visual Basic) |
An object of the DirectSoundCapture8 class represents a sound capture device. The methods of the class are used to create sound capture buffers and query the capabilities of the device.
A DirectSoundCapture8 object is obtained by using the DirectX8.DirectSoundCaptureCreate method.
The DirectSoundCapture8 class has the following methods
| Method | Description |
| CreateCaptureBuffer | Creates a capture buffer. |
| GetCaps | Retrieves the capabilities of the capture device. |
See Also