|
MythTV master
|
#include <libavcodec/avcodec.h>#include <libavformat/avformat.h>#include <cstdint>#include <vector>#include <QObject>#include <QMutexLocker>#include <QStringList>#include <QDateTime>Go to the source code of this file.
Classes | |
| class | text_subtitle_t |
| TextSubtitles Copyright (c) 2006 by Pekka Jääskeläinen Distributed as part of MythTV under GPL v2 and later. More... | |
| class | TextSubtitles |
| class | TextSubtitleParser |
Typedefs | |
| using | TextSubtitleList = std::vector< text_subtitle_t > |
| using TextSubtitleList = std::vector<text_subtitle_t> |
Definition at line 39 of file textsubtitleparser.h.