DecoderAdapter< T, TOOLKITDECODER > Class Template Reference

This decoder is a wrapper over the decoders in OpenViBEToolkit. More...

Inheritance diagram for DecoderAdapter< T, TOOLKITDECODER >:
Contexted

Detailed Description

template<class T, class TOOLKITDECODER>
class OpenViBETracker::DecoderAdapter< T, TOOLKITDECODER >

This decoder is a wrapper over the decoders in OpenViBEToolkit.

The toolkit decoders require a box context to run, and do not return class objects. This decoder wrapper addresses those limitations. The usage is to create e.g. Decoder<TypeSignal> dec; and use the member functions to obtain the chunks with the signal type.

Author
J. T. Lindgren