vdr
1.7.27
|
#include <descriptor.h>
Public Member Functions | |
int | getTeletextType () const |
int | getTeletextMagazineNumber () const |
int | getTeletextPageNumber () const |
virtual int | getLength () |
int | getTeletextType () const |
int | getTeletextMagazineNumber () const |
int | getTeletextPageNumber () const |
virtual int | getLength () |
Public Attributes | |
char | languageCode [4] |
Protected Member Functions | |
virtual void | Parse () |
virtual void | Parse () |
Private Attributes | |
const item_teletext * | s |
Definition at line 126 of file include/libsi/descriptor.h.
virtual int SI::TeletextDescriptor::Teletext::getLength | ( | ) | [inline, virtual] |
Implements SI::Object.
Definition at line 132 of file include/libsi/descriptor.h.
virtual int SI::TeletextDescriptor::Teletext::getLength | ( | ) | [inline, virtual] |
Implements SI::Object.
Definition at line 132 of file libsi/descriptor.h.
Definition at line 338 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
Referenced by cPatPmtParser::ParsePmt(), and cPatFilter::Process().
int SI::TeletextDescriptor::Teletext::getTeletextPageNumber | ( | ) | const |
int SI::TeletextDescriptor::Teletext::getTeletextPageNumber | ( | ) | const |
Definition at line 342 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
Referenced by cPatPmtParser::ParsePmt(), and cPatFilter::Process().
int SI::TeletextDescriptor::Teletext::getTeletextType | ( | ) | const |
Definition at line 334 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
Referenced by cPatPmtParser::ParsePmt(), and cPatFilter::Process().
int SI::TeletextDescriptor::Teletext::getTeletextType | ( | ) | const |
virtual void SI::TeletextDescriptor::Teletext::Parse | ( | ) | [protected, virtual] |
Implements SI::Parsable.
void SI::TeletextDescriptor::Teletext::Parse | ( | ) | [protected, virtual] |
Implements SI::Parsable.
Definition at line 326 of file descriptor.c.
References SI::Object::data, SI::CharArray::getData(), SI::descr_extended_event::lang_code1, SI::descr_extended_event::lang_code2, SI::descr_extended_event::lang_code3, SI::ExtendedEventDescriptor::languageCode, and SI::ExtendedEventDescriptor::s.
Definition at line 128 of file include/libsi/descriptor.h.
Referenced by cPatPmtParser::ParsePmt(), and cPatFilter::Process().
const item_teletext * SI::TeletextDescriptor::Teletext::s [private] |
Definition at line 136 of file include/libsi/descriptor.h.