|
MythTV
0.26-pre
|
#include <streamlisteners.h>
Public Member Functions | |
| virtual void | HandleEIT (uint pid, const EventInformationTable *)=0 |
| virtual void | HandleETT (uint pid, const ExtendedTextTable *)=0 |
Protected Member Functions | |
| virtual | ~ATSCEITStreamListener () |
Definition at line 125 of file streamlisteners.h.
| virtual ATSCEITStreamListener::~ATSCEITStreamListener | ( | ) | [inline, protected, virtual] |
Definition at line 128 of file streamlisteners.h.
| virtual void ATSCEITStreamListener::HandleEIT | ( | uint | pid, |
| const EventInformationTable * | |||
| ) | [pure virtual] |
Implemented in PrintATSCEITStreamListener.
| virtual void ATSCEITStreamListener::HandleETT | ( | uint | pid, |
| const ExtendedTextTable * | |||
| ) | [pure virtual] |
Implemented in PrintATSCEITStreamListener.
1.7.6.1