DirectX SDK

CONST_DSCBSTATUSFLAGS

The CONST_DSCBSTATUSFLAGS enumeration is used as a return value for the DirectSoundCaptureBuffer.GetStatus method to obtain the current status of the capture buffer.

Enum CONST_DSCBSTATUSFLAGS
    DSCBSTATUS_CAPTURING = 1
    DSCBSTATUS_LOOPING   = 2
End Enum
DSCBSTATUS_CAPTURING
The capture buffer is currently capturing sound data.
DSCBSTATUS_LOOPING
The capture buffer is currently capturing sound data and the data is looping in the buffer.