40 #ifndef LIBDCP_REEL_INTEROP_CLOSED_CAPTION_ASSET_H
41 #define LIBDCP_REEL_INTEROP_CLOSED_CAPTION_ASSET_H
57 std::shared_ptr<const InteropSubtitleAsset> interop_asset ()
const {
58 return asset_of_type<const InteropSubtitleAsset>();
61 std::shared_ptr<InteropSubtitleAsset> interop_asset () {
62 return asset_of_type<InteropSubtitleAsset>();
65 xmlpp::Node* write_to_cpl (xmlpp::Node* node, Standard standard)
const override;
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
InteropSubtitleAsset class.
Namespace for everything in libdcp.
ReelClosedCaptionAsset class.