StreamChain.h
Go to the documentation of this file.
Base class for read-only stream which generates output from multiple source streams.
Definition: MultiStream.h:24
Provides a read-only stream which concatenates content from multiple source streams.
Definition: StreamChain.h:31
IDataSourceStream * getNextStream() override
Inherited class must implement this.
Definition: StreamChain.h:56
StreamType getStreamType() const override
Get the stream type.
Definition: StreamChain.h:50
@ eSST_Chain
A stream (chain) containing multiple streams.
Definition: DataSourceStream.h:34