|
MythTV master
|
#include <vector>#include <QDateTime>#include "libmythbase/programinfo.h"#include "CommDetectorBase.h"#include "FrameAnalyzer.h"Go to the source code of this file.
Classes | |
| class | CommDetector2 |
Namespaces | |
| namespace | 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) |
| using FrameAnalyzerItem = std::vector<FrameAnalyzer*> |
Definition at line 33 of file CommDetector2.h.
| using FrameAnalyzerList = std::vector<FrameAnalyzerItem> |
Definition at line 34 of file CommDetector2.h.