MythTV  master
Classes | Typedefs | Enumerations | Variables
CommDetectorBase.h File Reference
#include <iostream>
#include <QObject>
#include <QMap>
#include "libmythbase/programtypes.h"
Include dependency graph for CommDetectorBase.h:
This graph shows which files directly or indirectly include this file:

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 { MARK_START = 0, MARK_END = 1, MARK_PRESENT = 2 }
 

Variables

static constexpr int64_t MAX_BLANK_FRAMES { 180 }
 

Typedef Documentation

◆ show_map_t

using show_map_t = QMap<uint64_t, CommMapValue>

Definition at line 19 of file CommDetectorBase.h.

Enumeration Type Documentation

◆ CommMapValue

Enumerator
MARK_START 
MARK_END 
MARK_PRESENT 

Definition at line 13 of file CommDetectorBase.h.

Variable Documentation

◆ MAX_BLANK_FRAMES

constexpr int64_t MAX_BLANK_FRAMES { 180 }
staticconstexpr