Encoder< T > Class Template Reference

Encoder class taking in typed Stream and it into EBML-containing encoded chunks. More...

Inheritance diagram for Encoder< T >:
EncoderBase

Detailed Description

template<class T>
class OpenViBETracker::Encoder< T >

Encoder class taking in typed Stream and it into EBML-containing encoded chunks.

The constructor is passed a Stream to encode from. The encode() call pulls the next chunk from the Stream and returns an EncodedChunk.

Author
J. T. Lindgren