MythTV
master
|
Go to the source code of this file.
Classes | |
class | CommDetectorBase |
Abstract base class for all CommDetectors. Please use the CommDetectFactory to make actual instances. More... | |
Typedefs | |
using | show_map_t = QMap< uint64_t, CommMapValue > |
Enumerations | |
enum | CommMapValue : std::uint8_t { MARK_START = 0, MARK_END = 1, MARK_PRESENT = 2 } |
Variables | |
static constexpr int64_t | MAX_BLANK_FRAMES { 180 } |
using show_map_t = QMap<uint64_t, CommMapValue> |
Definition at line 19 of file CommDetectorBase.h.
enum CommMapValue : std::uint8_t |
Enumerator | |
---|---|
MARK_START | |
MARK_END | |
MARK_PRESENT |
Definition at line 13 of file CommDetectorBase.h.
|
staticconstexpr |
Definition at line 11 of file CommDetectorBase.h.
Referenced by TemplateMatcher::adjustForBlanks(), ClassicCommDetector::BuildAllMethodsCommList(), ClassicCommDetector::BuildBlankFrameCommList(), and anonymous_namespace{BlankFrameDetector.cpp}::computeBreakMap().