EncodedChunk Class Reference

Data class for encoded chunks. More...

Inheritance diagram for EncodedChunk:
Chunk

Detailed Description

Data class for encoded chunks.

Stream content in OpenViBE is carried as encoded chunks. Although this inherits from Chunk, this type is a bit special since its not explicitly have (header, buffer, end) subclasses. This is because in its encoded form, the three are not differentiated but coded into bufferData.

Note
Here we use uint32_t for m_streamIndex as we assume it has fixed bitcount (unlike size_t which may change).