Go to the source code of this file.
Classes | |
| class | OneSubtitle |
| Represents one subtitle record. More... | |
| class | SRTStuff |
| class | CC608Stuff |
| class | CC708Stuff |
| class | TeletextStuff |
| class | DVBSubStuff |
| class | MythCCExtractorPlayer |
| class | MythCCExtractorPlayer::Window |
| Keeps cc708 windows (1-8) for all streams & services (which ids are the keys). More... | |
Typedefs | |
| typedef QHash< int, QList < OneSubtitle > > | CC608StreamType |
| Key is a CC number (1-4), values are the subtitles in chrono order. | |
| typedef QHash< int, QList < OneSubtitle > > | CC708StreamType |
| Key is a CC service (1-63), values are the subtitles in chrono order. | |
| typedef QHash< int, QList < OneSubtitle > > | TeletextStreamType |
| Key is a page number, values are the subtitles in chrono order. | |
| typedef QList< OneSubtitle > | DVBStreamType |
| Subtitles in chrono order. | |
| typedef QHash< uint, CC608Stuff > | CC608Info |
| typedef QHash< uint, CC708Stuff > | CC708Info |
| typedef QHash< uint, TeletextStuff > | TeletextInfo |
| typedef QHash< uint, DVBSubStuff > | DVBSubInfo |
| typedef QHash< uint, SubtitleReader * > | SubtitleReaders |
Enumerations | |
| enum | sub_types { kSubCC608, kSubCC708, kSubDVB, kSubTeletext } |
| typedef QHash<int, QList<OneSubtitle> > CC608StreamType |
Key is a CC number (1-4), values are the subtitles in chrono order.
Definition at line 56 of file mythccextractorplayer.h.
| typedef QHash<int, QList<OneSubtitle> > CC708StreamType |
Key is a CC service (1-63), values are the subtitles in chrono order.
Definition at line 58 of file mythccextractorplayer.h.
| typedef QHash<int, QList<OneSubtitle> > TeletextStreamType |
Key is a page number, values are the subtitles in chrono order.
Definition at line 60 of file mythccextractorplayer.h.
| typedef QList<OneSubtitle> DVBStreamType |
Subtitles in chrono order.
Definition at line 62 of file mythccextractorplayer.h.
| typedef QHash<uint, CC608Stuff> CC608Info |
Definition at line 81 of file mythccextractorplayer.h.
| typedef QHash<uint, CC708Stuff> CC708Info |
Definition at line 91 of file mythccextractorplayer.h.
| typedef QHash<uint, TeletextStuff> TeletextInfo |
Definition at line 102 of file mythccextractorplayer.h.
| typedef QHash<uint, DVBSubStuff> DVBSubInfo |
Definition at line 113 of file mythccextractorplayer.h.
| typedef QHash<uint, SubtitleReader*> SubtitleReaders |
Definition at line 115 of file mythccextractorplayer.h.
| enum sub_types |
Definition at line 17 of file mythccextractorplayer.h.
1.6.3