DirectX SDK |
The DirectSoundCaptureBuffer.Start method puts the capture buffer into the capture state and begins capturing data into the buffer. If the capture buffer is already in the capture state then the method has no effect.
object.Start(flags As CONST_DSCBSTARTFLAGS)
If the method fails, an error is raised and Err.Number may be set to one of the following error values:
DSERR_INVALIDPARAM |
DSERR_NODRIVER |
DSERR_OUTOFMEMORY |