|
MythTV
0.26-pre
|
#include <dvbstreamhandler.h>
Public Member Functions | |
| DVBPIDInfo (uint pid) | |
| DVBPIDInfo (uint pid, uint stream_type, int pes_type) | |
| bool | Open (const QString &dvb_dev, bool use_section_reader) |
| bool | Close (const QString &dvb_dev) |
Definition at line 23 of file dvbstreamhandler.h.
| DVBPIDInfo::DVBPIDInfo | ( | uint | pid | ) | [inline] |
Definition at line 26 of file dvbstreamhandler.h.
| DVBPIDInfo::DVBPIDInfo | ( | uint | pid, |
| uint | stream_type, | ||
| int | pes_type | ||
| ) | [inline] |
Definition at line 27 of file dvbstreamhandler.h.
| bool DVBPIDInfo::Open | ( | const QString & | dvb_dev, |
| bool | use_section_reader | ||
| ) | [virtual] |
Reimplemented from PIDInfo.
Definition at line 589 of file dvbstreamhandler.cpp.
| bool DVBPIDInfo::Close | ( | const QString & | dvb_dev | ) | [virtual] |
Reimplemented from PIDInfo.
Definition at line 692 of file dvbstreamhandler.cpp.
1.7.6.1