42 LIBDCP_DISABLE_WARNINGS
43 #include <libxml++/libxml++.h>
44 LIBDCP_ENABLE_WARNINGS
47 using std::shared_ptr;
49 using boost::optional;
53 ReelInteropSubtitleAsset::ReelInteropSubtitleAsset (std::shared_ptr<SubtitleAsset> asset,
Fraction edit_rate, int64_t intrinsic_duration, int64_t entry_point)
60 ReelInteropSubtitleAsset::ReelInteropSubtitleAsset (std::shared_ptr<const cxml::Node> node)
A fraction (i.e. a thing with an integer numerator and an integer denominator).
Part of a Reel's description which refers to a subtitle XML/MXF file.
Namespace for everything in libdcp.
ReelInteropSubtitleAsset class.