Template Class DecoderFactory

Class Documentation

template<class MsgT, class EventProcT = NoOpEventProcessor>
class DecoderFactory

Public Functions

inline std::shared_ptr<Decoder<MsgT, EventProcT>> newInstance(const std::string&)
inline Decoder<MsgT, EventProcT> *getInstance(const MsgT &msg)
inline Decoder<MsgT, EventProcT> *getInstance(const std::string &codec, uint16_t width, uint16_t height)