diff options
Diffstat (limited to 'src/lib/player_text.h')
| -rw-r--r-- | src/lib/player_text.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/player_text.h b/src/lib/player_text.h index 3c571b324..51b49095d 100644 --- a/src/lib/player_text.h +++ b/src/lib/player_text.h @@ -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; |
