WIP: partially restore PlayerVideo transfer over network.
[dcpomatic.git] / src / lib / player_text.h
index 3c571b324aa40861eb6a73a7fc9b3de185f0b466..51b49095d80d039cd9764a705e22abf8cb5ea743 100644 (file)
@@ -29,10 +29,15 @@ namespace dcpomatic {
        class Font;
 }
 
+class Socket;
+
 /** A set of text (subtitle/CCAP) which span the same time period */
 class PlayerText
 {
 public:
+       void add_metadata (xmlpp::Node* node) const;
+       void send_binary (boost::shared_ptr<Socket> socket) const;
+
        void add_fonts (std::list<boost::shared_ptr<dcpomatic::Font> > fonts_);
        std::list<boost::shared_ptr<dcpomatic::Font> > fonts;