1 #ifndef OPENPOSE_FILESTREAM_VIDEO_SAVER_HPP 
    2 #define OPENPOSE_FILESTREAM_VIDEO_SAVER_HPP 
   12             const std::string& videoSaverPath, 
const int cvFourcc, 
const double fps,
 
   13             const std::string& addAudioFromThisVideo = 
"");
 
   21         void write(
const std::vector<Matrix>& matsToSave);
 
   26         struct ImplVideoSaver;
 
   27         std::unique_ptr<ImplVideoSaver> upImpl;
 
VideoSaver(const std::string &videoSaverPath, const int cvFourcc, const double fps, const std::string &addAudioFromThisVideo="")
 
void write(const std::vector< Matrix > &matsToSave)
 
void write(const Matrix &matToSave)
 
#define DELETE_COPY(className)