Navigation: Code Documentation > RSCommon > GStreams > Enumerations
TBufferState Enumeration
State of buffer streaming
Namespace: GStreams
Delphi
type TBufferState = (bsUnknown, bsRead, bsWrite);
Name
Description
bsRead
Represents constant bsRead.
bsUnknown
Represents constant bsUnknown.
bsWrite
Represents constant bsWrite.
Top
•GStreams