A class to read binary STL files.
More...
#include <stl_binary_reader.h>
|
| STLBinaryReader (std::istream &in) |
|
| STLBinaryReader (FILE *in) |
|
std::map< std::string, std::string > | metadata () const override |
|
std::vector< RawSubtitle > | subtitles () const |
|
|
int | code_page_number |
|
int | frame_rate |
|
DisplayStandard | display_standard |
|
LanguageGroup | language_group |
|
Language | language |
|
std::string | original_programme_title |
|
std::string | original_episode_title |
|
std::string | translated_programme_title |
|
std::string | translated_episode_title |
|
std::string | translator_name |
|
std::string | translator_contact_details |
|
std::string | subtitle_list_reference_code |
|
std::string | creation_date |
|
std::string | revision_date |
|
std::string | revision_number |
|
int | tti_blocks |
|
int | number_of_subtitles |
|
int | subtitle_groups |
|
int | maximum_characters |
|
int | maximum_rows |
|
TimecodeStatus | timecode_status |
|
std::string | start_of_programme |
|
std::string | first_in_cue |
|
int | disks |
|
int | disk_sequence_number |
|
std::string | country_of_origin |
|
std::string | publisher |
|
std::string | editor_name |
|
std::string | editor_contact_details |
|
|
void | warn (std::string) const |
|
std::vector< RawSubtitle > | _subs |
|
A class to read binary STL files.
The documentation for this class was generated from the following files: