vdr
2.2.0
|
#include <section.h>
Public Member Functions | |
int | getPid () const |
int | getStreamType () const |
virtual int | getLength () |
![]() | |
Object () | |
Object (CharArray &d) | |
void | setData (const unsigned char *data, int size, bool doCopy=true) |
CharArray | getData () |
bool | isValid () |
![]() | |
void | CheckParse () |
Public Attributes | |
DescriptorLoop | streamDescriptors |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const pmt_info * | s |
Additional Inherited Members | |
![]() | |
CharArray | data |
|
inlinevirtual |
Implements SI::Object.
Definition at line 64 of file section.h.
References SI::VariableLengthPart::getLength(), and SI::PAT::Association::Parse().
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 cPatPmtParser::ParsePmt(), and cPatFilter::Process().