vdr
2.2.0
|
#include <descriptor.h>
Public Member Functions | |
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] |
String | name |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Additional Inherited Members | |
![]() | |
CharArray | data |
Definition at line 392 of file descriptor.h.
|
inlinevirtual |
Implements SI::Object.
Reimplemented in SI::MultilingualServiceNameDescriptor::Name.
Definition at line 396 of file descriptor.h.
References SI::VariableLengthPart::getLength(), and SI::ShortEventDescriptor::Parse().
|
protectedvirtual |
Implements SI::Parsable.
Reimplemented in SI::MultilingualServiceNameDescriptor::Name.
Definition at line 677 of file descriptor.c.
References SI::Object::data, SI::entry_multilingual_name::lang_code1, SI::entry_multilingual_name::lang_code2, SI::entry_multilingual_name::lang_code3, SI::ShortEventDescriptor::languageCode, SI::ShortEventDescriptor::name, SI::VariableLengthPart::setData(), SI::CharArray::setPointerAndOffset(), and SI::entry_multilingual_name::text_length.
char SI::MultilingualNameDescriptor::Name::languageCode[4] |
Definition at line 394 of file descriptor.h.
String SI::MultilingualNameDescriptor::Name::name |
Definition at line 395 of file descriptor.h.