Do lots of the player processing with less copying.
[dcpomatic.git] / src / lib / file_group.h
index 99803d3869fdd9b0f6367bcdf7a8c39cd2ba16c5..65091c93646ac410c7f83b2c1a6d90dc1ef70e3a 100644 (file)
 class FileGroup
 {
 public:
+       FileGroup ();
        FileGroup (boost::filesystem::path);
        FileGroup (std::vector<boost::filesystem::path> const &);
        ~FileGroup ();
 
+       void set_paths (std::vector<boost::filesystem::path> const &);
+
        int64_t seek (int64_t, int) const;
        int read (uint8_t*, int) const;
        int64_t length () const;