diff options
Diffstat (limited to 'src/stereo_picture_mxf.h')
| -rw-r--r-- | src/stereo_picture_mxf.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/stereo_picture_mxf.h b/src/stereo_picture_mxf.h index 2e16b22c..4af8a327 100644 --- a/src/stereo_picture_mxf.h +++ b/src/stereo_picture_mxf.h @@ -28,15 +28,13 @@ namespace dcp { class StereoPictureMXF : public PictureMXF { public: - StereoPictureMXF (boost::filesystem::path directory, boost::filesystem::path mxf_name); + StereoPictureMXF (boost::filesystem::path file); - void read (); - /** Start a progressive write to a StereoPictureMXF */ - boost::shared_ptr<PictureMXFWriter> start_write (bool); + boost::shared_ptr<PictureMXFWriter> start_write (boost::filesystem::path file, bool); boost::shared_ptr<const StereoPictureFrame> get_frame (int n) const; - bool equals (boost::shared_ptr<const ContentAsset> other, EqualityOptions opt, boost::function<void (NoteType, std::string)> note) const; + bool equals (boost::shared_ptr<const Content> other, EqualityOptions opt, boost::function<void (NoteType, std::string)> note) const; private: std::string cpl_node_name () const; |
