MythTV
master
|
#include <cstdint>
#include <utility>
#include <QMutex>
#include "libmythtv/captions/cc608decoder.h"
#include "libmythtv/mythtvexp.h"
Go to the source code of this file.
Classes | |
class | CC608Text |
struct | TextContainer |
class | CC608Buffer |
class | CC608StateTracker |
class | CC608Reader |
Typedefs | |
using | CC608WriteFn = void(*)(void *, unsigned char *, int, std::chrono::milliseconds, int) |
Variables | |
static constexpr int8_t | MAXTBUFFER { 60 } |
static constexpr int8_t | MAXOUTBUFFERS { 16 + 1 } |
using CC608WriteFn = void (*) (void *, unsigned char *, int, std::chrono::milliseconds, int) |
Definition at line 76 of file cc608reader.h.
|
staticconstexpr |
Definition at line 14 of file cc608reader.h.
Referenced by CC608Reader::AddTextData(), CC608Reader::CC608Reader(), CC608Reader::ClearBuffers(), CC608Reader::GetOutputText(), CC608Reader::NumInputBuffers(), CC608Reader::TranscodeWriteText(), and CC608Reader::~CC608Reader().
|
staticconstexpr |
Definition at line 15 of file cc608reader.h.
Referenced by CC608Reader::ClearBuffers(), and CC608Reader::GetOutputText().