|
vdr 2.8.1
|
#include <section.h>
Public Member Functions | |
| int | getPid () const |
| int | getStreamType () const |
| virtual int | getLength () override |
| Public Member Functions inherited from SI::Object | |
| Object () | |
| Object (CharArray &d) | |
| void | setData (const unsigned char *data, int size, bool doCopy=true) |
| CharArray | getData () |
| bool | isValid () |
| Public Member Functions inherited from SI::Parsable | |
| void | CheckParse () |
Public Attributes | |
| DescriptorLoop | streamDescriptors |
Protected Member Functions | |
| virtual void | Parse () override |
| Protected Member Functions inherited from SI::Object | |
| void | setData (CharArray &d) |
| bool | checkSize (int offset) |
| Protected Member Functions inherited from SI::Parsable | |
| Parsable () | |
| virtual | ~Parsable () |
Private Attributes | |
| const pmt_info * | s |
Additional Inherited Members | |
| Protected Attributes inherited from SI::Object | |
| CharArray | data |
|
inlineoverridevirtual |
| int SI::PMT::Stream::getPid | ( | ) | const |
Definition at line 65 of file section.c.
Referenced by cPatPmtParser::ParsePmt(), and cPatFilter::Process().
| int SI::PMT::Stream::getStreamType | ( | ) | const |
Definition at line 69 of file section.c.
References s.
Referenced by cPatPmtParser::ParsePmt(), and cPatFilter::Process().
|
overrideprotectedvirtual |
Implements SI::Parsable.
Definition at line 73 of file section.c.
References SI::Object::data, HILO, s, and streamDescriptors.
|
private |
Definition at line 68 of file section.h.
Referenced by getPid(), getStreamType(), and Parse().
| DescriptorLoop SI::PMT::Stream::streamDescriptors |
Definition at line 63 of file section.h.
Referenced by getLength(), Parse(), cPatPmtParser::ParsePmt(), and cPatFilter::Process().