X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fscreen.h;h=15a0785d566c5292efa5e1ffff5c53a289ecb1b4;hb=d5a23469a72d4ed995394e8da9768a23859dc43c;hp=96b0ce76416c1ab878a8f9c0a5238ba47aa0c1a2;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/lib/screen.h b/src/lib/screen.h index 96b0ce764..15a0785d5 100644 --- a/src/lib/screen.h +++ b/src/lib/screen.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2013-2019 Carl Hetherington + Copyright (C) 2013-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,9 +18,11 @@ */ + #ifndef DCPOMATIC_SCREEN_H #define DCPOMATIC_SCREEN_H + #include "kdm_with_metadata.h" #include "kdm_recipient.h" #include "trusted_device.h" @@ -29,11 +31,14 @@ #include #include + class Cinema; class Film; + namespace dcpomatic { + /** @class Screen * @brief A representation of a Screen for KDM generation. * @@ -60,6 +65,7 @@ public: } + KDMWithMetadataPtr kdm_for_screen ( std::shared_ptr film,