#ifndef NEWENCODEVIDEOMANAGER_H #define NEWENCODEVIDEOMANAGER_H #include #include "NewEncodeVideo.h" class NewEncodeVideoManager: public TimerElement { public: NewEncodeVideoManager(); ~NewEncodeVideoManager(); private: virtual void timerFunc(); private: HiredisTool m_hiredisTool; std::vector m_newEncodeVideoVec; }; #endif // NEWENCODEVIDEOMANAGER_H