X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Ffilm.h;h=4d2819be30c9226bd67d0cbc8f44d1293a87b907;hp=60646b0c8d78adc52f6fa8da0740d704926ac1c9;hb=0b760c0526b0b9d13def519ab8afba1e511d8111;hpb=420adb1fd2910fd24eb84be98169afc209f76a0e diff --git a/src/lib/film.h b/src/lib/film.h index 60646b0c8..4d2819be3 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -59,7 +59,10 @@ public: Film (Film const &); ~Film (); - std::string j2k_dir () const; + std::string hash_dir () const; + std::string j2c_path (int f, bool t) const; + std::string hash_path (int f) const; + std::string video_mxf_path () const; void examine_content (); void send_dcp_to_tms (); @@ -78,10 +81,6 @@ public: std::string file (std::string f) const; std::string dir (std::string d) const; - std::string frame_out_path (int f, bool t) const; - std::string hash_out_path (int f, bool t) const; - std::string multichannel_audio_out_path (int c, bool t) const; - std::string content_path () const; ContentType content_type () const; @@ -413,6 +412,7 @@ private: void signal_changed (Property); void examine_content_finished (); + std::string video_state_identifier () const; /** Complete path to directory containing the film metadata; * must not be relative.