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