#include <CommDetectorFactory.h>
Public Member Functions | |
| CommDetectorFactory () | |
| ~CommDetectorFactory () | |
| CommDetectorBase * | makeCommDetector (SkipType commDetectMethod, bool showProgress, bool fullSpeed, MythPlayer *player, int chanid, const QDateTime &startedAt, const QDateTime &stopsAt, const QDateTime &recordingStartedAt, const QDateTime &recordingStopsAt, bool useDB) |
Definition at line 11 of file CommDetectorFactory.h.
| CommDetectorFactory::CommDetectorFactory | ( | ) | [inline] |
Definition at line 14 of file CommDetectorFactory.h.
| CommDetectorFactory::~CommDetectorFactory | ( | ) | [inline] |
Definition at line 15 of file CommDetectorFactory.h.
| CommDetectorBase * CommDetectorFactory::makeCommDetector | ( | SkipType | commDetectMethod, | |
| bool | showProgress, | |||
| bool | fullSpeed, | |||
| MythPlayer * | player, | |||
| int | chanid, | |||
| const QDateTime & | startedAt, | |||
| const QDateTime & | stopsAt, | |||
| const QDateTime & | recordingStartedAt, | |||
| const QDateTime & | recordingStopsAt, | |||
| bool | useDB | |||
| ) |
Definition at line 10 of file CommDetectorFactory.cpp.
Referenced by DoFlagCommercials().
1.6.3