vdr
2.2.0
|
#include <descriptor.h>
Public Member Functions | |
int | getTeletextType () const |
int | getTeletextMagazineNumber () const |
int | getTeletextPageNumber () 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 | |
char | languageCode [4] |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const item_teletext * | s |
Additional Inherited Members | |
![]() | |
CharArray | data |
Definition at line 126 of file descriptor.h.
|
inlinevirtual |
Implements SI::Object.
Definition at line 132 of file descriptor.h.
References SI::ShortEventDescriptor::Parse().
int SI::TeletextDescriptor::Teletext::getTeletextMagazineNumber | ( | ) | const |
Definition at line 338 of file descriptor.c.
Referenced by cPatPmtParser::ParsePmt(), and cPatFilter::Process().
int SI::TeletextDescriptor::Teletext::getTeletextPageNumber | ( | ) | const |
Definition at line 342 of file descriptor.c.
Referenced by cPatPmtParser::ParsePmt(), and cPatFilter::Process().
int SI::TeletextDescriptor::Teletext::getTeletextType | ( | ) | const |
Definition at line 334 of file descriptor.c.
Referenced by cPatPmtParser::ParsePmt(), and cPatFilter::Process().
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 326 of file descriptor.c.
References SI::Object::data, SI::CharArray::getData(), SI::item_teletext::lang_code2, SI::item_teletext::lang_code3, and SI::ShortEventDescriptor::languageCode.
char SI::TeletextDescriptor::Teletext::languageCode[4] |
Definition at line 128 of file descriptor.h.
Referenced by cPatPmtParser::ParsePmt(), and cPatFilter::Process().
|
private |
Definition at line 136 of file descriptor.h.