Microsoft DirectX 8.0 (Visual Basic)

CONST_DSCBSTATUSFLAGS

Describe the status of a capture buffer and are returned by the DirectSoundCaptureBuffer8.GetStatus method.

Enum CONST_DSCBSTATUSFLAGS
    DSCBSTATUS_CAPTURING = 1
    DSCBSTATUS_LOOPING   = 2
End Enum

Constants

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.