Platform SDK: DirectX

CONST_DSCBLOCKFLAGS

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

Enum CONST_DSCBLOCKFLAGS
    DSCBLOCK_DEFAULT      = 0
    DSCBLOCK_ENTIREBUFFER = 1
End Enum
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.