videoframework.h 259 B

123456789101112131415
  1. #ifndef VIDEOFRAMEWORK_H
  2. #define VIDEOFRAMEWORK_H
  3. #pragma once
  4. #include "videoutil.h"
  5. #ifdef _WIN32
  6. #include "videocap.h"
  7. #endif
  8. #include "videoclock.h"
  9. //#include "videorender.h"
  10. //#include "videoview.h"
  11. #include "videocommon.h"
  12. #endif // VIDEOFRAMEWORK_H