|
MythTV master
|
#include <libmythtv/recorders/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) override |
| bool | Close (const QString &dvb_dev) override |
Public Member Functions inherited from PIDInfo | |
| PIDInfo ()=default | |
| PIDInfo (uint pid) | |
| PIDInfo (uint pid, uint stream_type, int pes_type) | |
| virtual | ~PIDInfo () |
| virtual bool | Open (const QString &, bool) |
| virtual bool | Close (const QString &) |
| bool | IsOpen (void) const |
Additional Inherited Members | |
Public Attributes inherited from PIDInfo | |
| uint | m_pid { UINT_MAX } |
| int | m_filterFd { -1 } |
| Input filter file descriptor. More... | |
| uint | m_streamType { 0 } |
| StreamID. More... | |
| int | m_pesType { -1 } |
| PESStreamID. More... | |
Definition at line 22 of file dvbstreamhandler.h.
|
inlineexplicit |
Definition at line 25 of file dvbstreamhandler.h.
Definition at line 26 of file dvbstreamhandler.h.
|
overridevirtual |
Reimplemented from PIDInfo.
Definition at line 695 of file dvbstreamhandler.cpp.
Reimplemented from PIDInfo.
Definition at line 594 of file dvbstreamhandler.cpp.