MythTV  master
Classes | Namespaces | Typedefs | Functions
CommDetector2.h File Reference
#include <vector>
#include <QDateTime>
#include "libmythbase/programinfo.h"
#include "CommDetectorBase.h"
#include "FrameAnalyzer.h"
Include dependency graph for CommDetector2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CommDetector2
 

Namespaces

 commDetector2
 

Typedefs

using FrameAnalyzerItem = std::vector< FrameAnalyzer * >
 
using FrameAnalyzerList = std::vector< FrameAnalyzerItem >
 

Functions

QString commDetector2::debugDirectory (int chanid, const QDateTime &recstartts)
 
void commDetector2::createDebugDirectory (const QString &dirname, const QString &comment)
 
QString commDetector2::frameToTimestamp (long long frameno, float fps)
 
QString commDetector2::frameToTimestampms (long long frameno, float fps)
 
QString commDetector2::strftimeval (std::chrono::microseconds usecs)
 

Typedef Documentation

◆ FrameAnalyzerItem

using FrameAnalyzerItem = std::vector<FrameAnalyzer*>

Definition at line 33 of file CommDetector2.h.

◆ FrameAnalyzerList

using FrameAnalyzerList = std::vector<FrameAnalyzerItem>

Definition at line 34 of file CommDetector2.h.