40 #ifndef LIBDCP_REEL_SMPTE_CLOSED_CAPTION_ASSET_H
41 #define LIBDCP_REEL_SMPTE_CLOSED_CAPTION_ASSET_H
58 std::shared_ptr<SMPTESubtitleAsset> smpte_asset () {
59 return asset_of_type<SMPTESubtitleAsset>();
62 std::shared_ptr<const SMPTESubtitleAsset> smpte_asset ()
const {
63 return asset_of_type<const SMPTESubtitleAsset>();
66 xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard)
const override;
70 boost::optional<std::string> key_type ()
const override {
71 return std::string(
"MDSK");
A fraction (i.e. a thing with an integer numerator and an integer denominator).
Part of a Reel's description which refers to a closed caption XML/MXF file.
std::pair< std::string, std::string > cpl_node_namespace() const override
std::string cpl_node_name(Standard) const override
Namespace for everything in libdcp.
ReelClosedCaptionAsset class.
SMPTESubtitleAsset class.