MythTV  master
Classes | Typedefs
textsubtitleparser.h File Reference
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <cstdint>
#include <vector>
#include <QObject>
#include <QMutexLocker>
#include <QStringList>
#include <QDateTime>
Include dependency graph for textsubtitleparser.h:
This graph shows which files directly or indirectly include this file:

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 >
 

Typedef Documentation

◆ TextSubtitleList

using TextSubtitleList = std::vector<text_subtitle_t>

Definition at line 39 of file textsubtitleparser.h.