vdr
2.4.1
|
#include <descriptor.h>
Classes | |
class | Item |
Public Member Functions | |
int | getDescriptorNumber () |
int | getLastDescriptorNumber () |
![]() | |
virtual int | getLength () |
DescriptorTag | getDescriptorTag () const |
![]() | |
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] |
StructureLoop< Item > | itemLoop |
String | text |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const descr_extended_event * | s |
Additional Inherited Members | |
![]() | |
static int | getLength (const unsigned char *d) |
static DescriptorTag | getDescriptorTag (const unsigned char *d) |
![]() | |
static Descriptor * | getDescriptor (CharArray d, DescriptorTagDomain domain, bool returnUnimplemetedDescriptor) |
![]() | |
CharArray | data |
Definition at line 40 of file descriptor.h.
|
virtual |
Implements SI::GroupDescriptor.
Definition at line 42 of file descriptor.c.
Referenced by cEIT::cEIT().
|
virtual |
Implements SI::GroupDescriptor.
Definition at line 46 of file descriptor.c.
Referenced by cEIT::cEIT().
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 50 of file descriptor.c.
StructureLoop<Item> SI::ExtendedEventDescriptor::itemLoop |
Definition at line 53 of file descriptor.h.
char SI::ExtendedEventDescriptor::languageCode[4] |
Definition at line 50 of file descriptor.h.
Referenced by cEIT::cEIT(), SI::LinkageDescriptor::getId(), and SI::MultilingualComponentDescriptor::Parse().
|
private |
Definition at line 58 of file descriptor.h.
Referenced by SI::CaDescriptor::getCaPid(), SI::RegistrationDescriptor::getFormatIdentifier(), SI::MHP_SimpleApplicationLocationDescriptor::getLocation(), SI::CaDescriptor::Parse(), SI::ComponentDescriptor::Parse(), SI::ServiceIdentifierDescriptor::Parse(), SI::ContentIdentifierDescriptor::Identifier::Parse(), SI::MultilingualNameDescriptor::Name::Parse(), SI::MultilingualComponentDescriptor::Parse(), SI::LinkageDescriptor::Parse(), SI::S2SatelliteDeliverySystemDescriptor::Parse(), SI::ExtensionDescriptor::Parse(), SI::T2DeliverySystemDescriptor::Parse(), SI::MHP_ApplicationNameDescriptor::NameEntry::Parse(), SI::MHP_DVBJApplicationLocationDescriptor::Parse(), SI::MHP_SimpleApplicationLocationDescriptor::Parse(), and SI::RegistrationDescriptor::Parse().
String SI::ExtendedEventDescriptor::text |
Definition at line 54 of file descriptor.h.
Referenced by SI::ExtendedEventDescriptors::getMaximumTextPlainLength().