|
MythTV
0.26-pre
|
Represents one subtitle record. More...
#include <mythccextractorplayer.h>
Public Member Functions | |
| OneSubtitle () | |
Public Attributes | |
| int64_t | start_time |
| Time we have to start showing subtitle, msec. | |
| int | length |
| Time we have to show subtitle, msec. | |
| bool | is_text |
| Is this a text subtitle. | |
| QStringList | text |
| Lines of text of subtitles. | |
| QImage | img |
| Image of subtitle. | |
| QPoint | img_shift |
| Shift of image on the screen. | |
Static Public Attributes | |
| static const int | kDefaultLength = 750 |
Represents one subtitle record.
Definition at line 28 of file mythccextractorplayer.h.
| OneSubtitle::OneSubtitle | ( | ) | [inline] |
Definition at line 44 of file mythccextractorplayer.h.
Time we have to start showing subtitle, msec.
Definition at line 32 of file mythccextractorplayer.h.
Referenced by SRTWriter::AddSubtitle(), MythCCExtractorPlayer::IngestDVBSubtitles(), MythCCExtractorPlayer::IngestSubtitle(), and MythCCExtractorPlayer::ProcessDVBSubtitles().
Time we have to show subtitle, msec.
Definition at line 34 of file mythccextractorplayer.h.
Referenced by SRTWriter::AddSubtitle(), MythCCExtractorPlayer::IngestDVBSubtitles(), MythCCExtractorPlayer::IngestSubtitle(), and MythCCExtractorPlayer::ProcessDVBSubtitles().
Is this a text subtitle.
Definition at line 36 of file mythccextractorplayer.h.
| QStringList OneSubtitle::text |
Lines of text of subtitles.
Definition at line 38 of file mythccextractorplayer.h.
Referenced by SRTWriter::AddSubtitle(), and MythCCExtractorPlayer::IngestSubtitle().
| QImage OneSubtitle::img |
Image of subtitle.
Definition at line 40 of file mythccextractorplayer.h.
Referenced by MythCCExtractorPlayer::IngestDVBSubtitles(), MythCCExtractorPlayer::IngestSubtitle(), and MythCCExtractorPlayer::ProcessDVBSubtitles().
| QPoint OneSubtitle::img_shift |
Shift of image on the screen.
Definition at line 42 of file mythccextractorplayer.h.
Referenced by MythCCExtractorPlayer::IngestDVBSubtitles().
const int OneSubtitle::kDefaultLength = 750 [static] |
Definition at line 52 of file mythccextractorplayer.h.
Referenced by MythCCExtractorPlayer::Process608Captions(), MythCCExtractorPlayer::Process708Captions(), MythCCExtractorPlayer::ProcessDVBSubtitles(), and MythCCExtractorPlayer::ProcessTeletext().
1.7.6.1