Chunk Class Reference

Base class for all OpenViBE stream content (chunk) types. More...

Inheritance diagram for Chunk:
EncodedChunk

Detailed Description

Base class for all OpenViBE stream content (chunk) types.

Regardless of the type, all chunks in OpenViBE have start and end timestamps. Hence they should derive from this class. In particular, Header, Buffer and End chunks for some particular type should ultimately derive from this class. However, this class defines no content.

Todo:
In the future if these types turn out to be more generally useful, we could consider moving them to the Kernel.
Author
J. T. Lindgren