MythTV
master
|
#include <libmythtv/recorders/streamhandler.h>
Public Member Functions | |
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 |
Public Attributes | |
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 27 of file streamhandler.h.
|
default |
|
inlineexplicit |
Definition at line 31 of file streamhandler.h.
Definition at line 32 of file streamhandler.h.
|
inlinevirtual |
Definition at line 34 of file streamhandler.h.
Reimplemented in DVBPIDInfo.
Definition at line 36 of file streamhandler.h.
|
inlinevirtual |
Reimplemented in DVBPIDInfo.
Definition at line 38 of file streamhandler.h.
|
inline |
Definition at line 39 of file streamhandler.h.
Referenced by DVBPIDInfo::Close().
uint PIDInfo::m_pid { UINT_MAX } |
Definition at line 41 of file streamhandler.h.
Referenced by DVBPIDInfo::Close(), and DVBPIDInfo::Open().
int PIDInfo::m_filterFd { -1 } |
Input filter file descriptor.
Definition at line 42 of file streamhandler.h.
Referenced by DVBPIDInfo::Close(), IsOpen(), and DVBPIDInfo::Open().
uint PIDInfo::m_streamType { 0 } |
Definition at line 43 of file streamhandler.h.
int PIDInfo::m_pesType { -1 } |
Definition at line 44 of file streamhandler.h.