Microsoft DirectX 8.1 (Visual Basic)

CONST_DSCBLOCKFLAGS

The CONST_DSCBLOCKFLAGS enumeration is used by the DirectSoundCaptureBuffer8.ReadBuffer and DirectSoundCaptureBuffer8.WriteBuffer methods to specify what is read from or written to the sound capture buffer.

Syntax

Enum CONST_DSCBLOCKFLAGS
  DSCBLOCK_DEFAULT      = 0
  DSCBLOCK_ENTIREBUFFER = 1
End Enum

Constants

DSCBLOCK_DEFAULT

Read from or write to the offset specified by the start parameter.

DSCBLOCK_ENTIREBUFFER

Read from or write to the entire buffer. The size parameter is ignored. If start is not zero, the data transfer begins at start and wraps around to the beginning of the buffer.