|
vdr
2.0.2
|
#include <section.h>
Public Member Functions | |
| int | getPid () const |
| int | getStreamType () const |
| virtual int | getLength () |
Public Attributes | |
| DescriptorLoop | streamDescriptors |
Protected Member Functions | |
| virtual void | Parse () |
Private Attributes | |
| const pmt_info * | s |
Additional Inherited Members | |
Protected Attributes inherited from SI::Object | |
| CharArray | data |
|
inlinevirtual |
Implements SI::Object.
Definition at line 64 of file section.h.
References SI::VariableLengthPart::getLength(), and streamDescriptors.
| int SI::PMT::Stream::getPid | ( | ) | const |
Definition at line 65 of file section.c.
References HILO, and SI::PAT::s.
Referenced by cPatPmtParser::ParsePmt(), and cPatFilter::Process().
| int SI::PMT::Stream::getStreamType | ( | ) | const |
Definition at line 69 of file section.c.
References SI::PAT::s.
Referenced by cPatPmtParser::ParsePmt(), and cPatFilter::Process().
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 73 of file section.c.
References SI::Object::data, HILO, SI::PAT::s, and SI::CharArray::setPointerAndOffset().
| DescriptorLoop SI::PMT::Stream::streamDescriptors |
Definition at line 63 of file section.h.
Referenced by getLength(), cPatPmtParser::ParsePmt(), and cPatFilter::Process().
1.8.3.1