|
| InteropTextAsset (boost::filesystem::path file) |
|
bool | equals (std::shared_ptr< const Asset >, EqualityOptions const &, NoteHandler note) const override |
|
void | add_to_assetmap (AssetMap &asset_map, boost::filesystem::path root) const override |
|
void | add_to_pkl (std::shared_ptr< PKL > pkl, boost::filesystem::path root) const override |
|
std::vector< std::shared_ptr< LoadFontNode > > | load_font_nodes () const override |
|
void | add_font (std::string load_id, dcp::ArrayData data) override |
|
std::string | xml_as_string () const override |
|
void | write (boost::filesystem::path path) const override |
|
void | resolve_fonts (std::vector< std::shared_ptr< Asset >> assets) |
|
void | set_font_file (std::string load_id, boost::filesystem::path file) |
|
std::vector< std::shared_ptr< Asset > > | font_assets () |
|
std::vector< std::shared_ptr< const Asset > > | font_assets () const |
|
std::vector< std::string > | unresolved_fonts () const |
|
void | set_reel_number (std::string n) |
|
void | set_language (std::string l) |
|
void | set_movie_title (std::string m) |
|
std::string | reel_number () const |
|
std::string | language () const |
|
std::string | movie_title () const |
|
int | time_code_rate () const override |
|
SubtitleStandard | subtitle_standard () const override |
|
| TextAsset (boost::filesystem::path file) |
|
bool | equals (std::shared_ptr< const Asset >, EqualityOptions const &, NoteHandler note) const override |
|
std::vector< std::shared_ptr< const Text > > | texts_during (Time from, Time to, bool starting) const |
|
std::vector< std::shared_ptr< const Text > > | texts () const |
|
virtual void | add (std::shared_ptr< Text >) |
|
void | ensure_font (std::string id, dcp::ArrayData data) |
|
std::map< std::string, ArrayData > | font_data () const |
|
std::map< std::string, boost::filesystem::path > | font_filenames () const |
|
Time | latest_text_out () const |
|
void | fix_empty_font_ids () |
|
virtual boost::optional< std::string > | raw_xml () const |
|
| Asset () |
|
| Asset (boost::filesystem::path file) |
|
| Asset (std::string id, boost::filesystem::path file) |
|
boost::optional< boost::filesystem::path > | file () const |
|
void | set_file (boost::filesystem::path file) const |
|
void | set_file_preserving_hash (boost::filesystem::path file) const |
|
void | rename_file (boost::filesystem::path file) |
|
std::string | hash (boost::function< void(int64_t, int64_t)> progress={}) const |
|
void | set_hash (std::string hash) |
|
void | unset_hash () |
|
| Object () |
|
| Object (std::string id) |
|
| Object (Object const &other) |
|
Object & | operator= (Object const &other) |
|
std::string | id () const |
|
|
std::string | pkl_type (Standard s) const override |
|
void | parse_texts (xmlpp::Element const *node, std::vector< ParseState > &state, boost::optional< int > tcr, Standard standard) |
|
ParseState | font_node_state (xmlpp::Element const *node, Standard standard) const |
|
ParseState | text_node_state (xmlpp::Element const *node) const |
|
ParseState | image_node_state (xmlpp::Element const *node) const |
|
ParseState | subtitle_node_state (xmlpp::Element const *node, boost::optional< int > tcr) const |
|
Time | fade_time (xmlpp::Element const *node, std::string name, boost::optional< int > tcr) const |
|
void | position_align (ParseState &ps, xmlpp::Element const *node) const |
|
void | texts_as_xml (xmlpp::Element *root, int time_code_rate, Standard standard) const |
|
A set of subtitles to be read and/or written in the Inter-Op format.
Inter-Op subtitles are sometimes known as CineCanvas.
Definition at line 60 of file interop_text_asset.h.