MythTV
master
|
#include <xine_demux_sputext.h>
Public Attributes | |
int64_t | start |
Starting time in msec or starting frame. More... | |
int64_t | end |
Ending time in msec or starting frame. More... | |
std::vector< std::string > | text |
The subtitle text lines. More... | |
Definition at line 29 of file xine_demux_sputext.h.
int64_t subtitle_t::start |
Starting time in msec or starting frame.
Definition at line 31 of file xine_demux_sputext.h.
Referenced by sub_read_file().
int64_t subtitle_t::end |
Ending time in msec or starting frame.
Definition at line 32 of file xine_demux_sputext.h.
std::vector<std::string> subtitle_t::text |
The subtitle text lines.
Definition at line 34 of file xine_demux_sputext.h.