DirectX SDK

CONST_DSCBSTARTFLAGS

The CONST_DSCBSTARTFLAGS enumeration is used by the flags member of the DirectSoundCaptureBuffer.Start method to specify the behavior of the capture buffer when capturing sound data.

Enum CONST_DSCBSTARTFLAGS
    DSCBSTART_DEFAULT = 0
    DSCBSTART_LOOPING = 1
End Enum
DSCBSTART_LOOPING
Once the end of the buffer is reached, capture restarts at the beginning and continues until explicitly stopped.