Platform SDK: DirectX |
The DirectSoundCaptureBuffer.GetStatus method retrieves the current status of the capture buffer.
object.GetStatus() As CONST_DSCBSTATUSFLAGS
If the method succeeds, the status of the capture buffer is returned. The status can include one or more of the constants of the CONST_DSCBSTATUSFLAGS enumeration.
If the method fails, an error is raised and Err.Number may be set to DSERR_INVALIDPARAM.