Microsoft DirectX 8.1 (Visual Basic) |
Creates a DirectSoundCapture8 object.
object.DirectSoundCaptureCreate( _ guid As String _ ) As DirectSoundCapture8
Returns a DirectSoundCapture8 object.
If the method fails, an error is raised and Err.Number may be set to one of the following Microsoft® DirectSound® error codes:
This method could fail on some sound cards that do not support full duplex. Calling DirectX8.DirectSoundCreate may set the capture device to an unsupported capture frequency, which will cause DirectX8.DirectSoundCaptureCreate to fail.