MythTV
master
|
Go to the source code of this file.
Classes | |
struct | rtfileheader |
struct | rtframeheader |
struct | extendeddata |
struct | seektable_entry |
struct | kfatable_entry |
struct | vidbuffertype |
struct | audbuffertype |
struct | txtbuffertype |
struct | teletextsubtitle |
struct | ccsubtitle |
Macros | |
#define | MYTH_PACKED |
#define | FRAMEHEADERSIZE sizeof(rtframeheader) |
#define | FILEHEADERSIZE sizeof(rtfileheader) |
#define | EXTENDEDSIZE sizeof(extendeddata) |
Enumerations | |
enum | CC_STYLE : std::uint8_t { CC_STYLE_POPUP = 0x00, CC_STYLE_PAINT = 0x01, CC_STYLE_ROLLUP = 0x02 } |
enum | CC_MODE : std::uint8_t { CC_CC1 = 0x00, CC_CC2 = 0x10, CC_TXT1 = 0x20, CC_TXT2 = 0x30, CC_CC3 = 0x40, CC_CC4 = 0x50, CC_TXT3 = 0x60, CC_TXT4 = 0x70 } |
Variables | |
struct rtframeheader | MYTH_PACKED |
static constexpr uint8_t | CC_LINE_CONT { 0x02 } |
static constexpr uint8_t | CC_MODE_MASK { 0xf0 } |
static constexpr uint8_t | CC_TXT_MASK { 0x20 } |
struct kfatable_entry MYTH_PACKED |
#define FRAMEHEADERSIZE sizeof(rtframeheader) |
#define FILEHEADERSIZE sizeof(rtfileheader) |
#define EXTENDEDSIZE sizeof(extendeddata) |
enum CC_STYLE : std::uint8_t |
enum CC_MODE : std::uint8_t |
struct kfatable_entry MYTH_PACKED |
|
staticconstexpr |
Definition at line 201 of file format.h.
Referenced by CC608Decoder::BufferCC(), and CC608Reader::Update().
|
staticconstexpr |
Definition at line 202 of file format.h.
Referenced by CC608Decoder::BufferCC(), CC608Reader::GetOutputText(), and CC608Reader::Update().
|
staticconstexpr |
Definition at line 203 of file format.h.
Referenced by CC608Reader::Update().