#include <CommDetectorBase.h>

Please use the CommDetectFactory to make actual instances.
Definition at line 18 of file CommDetectorBase.h.
Signals | |
| void | statusUpdate (const QString &a) |
| void | gotNewCommercialBreakList () |
| void | breathe () |
Public Member Functions | |
| CommDetectorBase () | |
| virtual bool | go ()=0 |
| void | stop () |
| void | pause () |
| void | resume () |
| virtual void | getCommercialBreakList (QMap< long long, int > &comms)=0 |
| virtual void | recordingFinished (long long totalFileSize) |
| virtual void | requestCommBreakMapUpdate (void) |
Protected Attributes | |
| bool | m_bPaused |
| bool | m_bStop |
| CommDetectorBase::CommDetectorBase | ( | ) |
Definition at line 3 of file CommDetectorBase.cpp.
| virtual bool CommDetectorBase::go | ( | ) | [pure virtual] |
| void CommDetectorBase::stop | ( | void | ) |
| void CommDetectorBase::pause | ( | ) |
| void CommDetectorBase::resume | ( | ) |
| virtual void CommDetectorBase::getCommercialBreakList | ( | QMap< long long, int > & | comms | ) | [pure virtual] |
Implemented in ClassicCommDetector, and CommDetector2.
Referenced by commDetectorGotNewCommercialBreakList(), and DoFlagCommercials().
| virtual void CommDetectorBase::recordingFinished | ( | long long | totalFileSize | ) | [inline, virtual] |
Reimplemented in ClassicCommDetector, and CommDetector2.
Definition at line 31 of file CommDetectorBase.h.
Referenced by incomingCustomEvent(), and CommDetector2::recordingFinished().
| virtual void CommDetectorBase::requestCommBreakMapUpdate | ( | void | ) | [inline, virtual] |
Reimplemented in ClassicCommDetector, and CommDetector2.
Definition at line 33 of file CommDetectorBase.h.
Referenced by incomingCustomEvent().
| void CommDetectorBase::statusUpdate | ( | const QString & | a | ) | [signal] |
Referenced by CommDetector2::go(), ClassicCommDetector::go(), and CommDetector2::reportState().
| void CommDetectorBase::gotNewCommercialBreakList | ( | ) | [signal] |
Referenced by CommDetector2::go(), and ClassicCommDetector::go().
| void CommDetectorBase::breathe | ( | ) | [signal] |
Referenced by CommDetector2::go(), ClassicCommDetector::go(), and ClassicCommDetector::logoDetectorBreathe().
bool CommDetectorBase::m_bPaused [protected] |
Definition at line 41 of file CommDetectorBase.h.
Referenced by CommDetector2::go(), ClassicCommDetector::go(), pause(), and resume().
bool CommDetectorBase::m_bStop [protected] |
Definition at line 42 of file CommDetectorBase.h.
Referenced by CommDetector2::go(), ClassicCommDetector::go(), ClassicLogoDetector::searchForLogo(), and stop().
1.5.5