Platform SDK: DirectX

CONST_DSCBSTATUSFLAGS

Members of the CONST_DSCBSTATUSFLAGS enumeration describe the status of a capture buffer and are returned by the DirectSoundCaptureBuffer.GetStatus method.

Enum CONST_DSCBSTATUSFLAGS
    DSCBSTATUS_CAPTURING = 1
    DSCBSTATUS_LOOPING   = 2
End Enum
DSCBSTATUS_CAPTURING
The capture buffer is capturing sound data.
DSCBSTATUS_LOOPING
The capture buffer is looping. This value is always returned in combination with DSCBSTATUS_CAPTURING.