#include <cstdint>
#include <array>
#include <vector>
#include <QString>
#include <QRecursiveMutex>
#include <QChar>
#include "libmythbase/mythchrono.h"
Go to the source code of this file.
|
| 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
} |
| |
| enum | : std::uint8_t { kHasMPAA = 0x1
, kHasTPG = 0x2
, kHasCanEnglish = 0x4
, kHasCanFrench = 0x8
} |
| |
| enum | : std::uint8_t { kRatingMPAA = 0
, kRatingTPG
, kRatingCanEnglish
, kRatingCanFrench
} |
| |
◆ CC608PerField
◆ CC608PerFieldTc
◆ CC608PerMode
◆ CC608PerModeTc
◆ CC608ProgramType
◆ CC608Seen
◆ anonymous enum
| anonymous enum : std::uint8_t |
| Enumerator |
|---|
| kHasMPAA | |
| kHasTPG | |
| kHasCanEnglish | |
| kHasCanFrench | |
Definition at line 74 of file cc608decoder.h.
◆ anonymous enum
| anonymous enum : std::uint8_t |
| Enumerator |
|---|
| kRatingMPAA | |
| kRatingTPG | |
| kRatingCanEnglish | |
| kRatingCanFrench | |
Definition at line 81 of file cc608decoder.h.
◆ CC_MODE
| Enumerator |
|---|
| CC_CC1 | |
| CC_CC2 | |
| CC_TXT1 | |
| CC_TXT2 | |
| CC_CC3 | |
| CC_CC4 | |
| CC_TXT3 | |
| CC_TXT4 | |
Definition at line 48 of file cc608decoder.h.
◆ CC_STYLE
| Enumerator |
|---|
| CC_STYLE_POPUP | |
| CC_STYLE_PAINT | |
| CC_STYLE_ROLLUP | |
Definition at line 38 of file cc608decoder.h.
◆ CC_LINE_CONT
| constexpr uint8_t CC_LINE_CONT { 0x02 } |
|
staticconstexpr |
◆ CC_MODE_MASK
| constexpr uint8_t CC_MODE_MASK { 0xf0 } |
|
staticconstexpr |
◆ CC_TXT_MASK
| constexpr uint8_t CC_TXT_MASK { 0x20 } |
|
staticconstexpr |