Microsoft DirectX 8.1 (Visual Basic) |
The CONST_DSCBSTATUSFLAGS enumeration describes the status of a capture buffer and is returned by the DirectSoundCaptureBuffer8.GetStatus method.
Syntax
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.