Microsoft DirectX 8.1 (Visual Basic) |
The CONST_DSCBSTARTFLAGS enumeration is used in the flags member of the DirectSoundCaptureBuffer8.Start method to specify the behavior of the capture buffer when capturing sound data.
Syntax
Enum CONST_DSCBSTARTFLAGS
DSCBSTART_DEFAULT = 0
DSCBSTART_LOOPING = 1
End Enum
Constants
DSCBSTART_DEFAULT
Capture stops when the end of the buffer is reached.
DSCBSTART_LOOPING
Once the end of the buffer is reached, capture restarts at the beginning and continues until explicitly stopped.