vdr 2.6.6
|
#include <descriptor.h>
Public Member Functions | |
int | getCridType () const |
int | getCridLocation () 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 | |
String | identifier |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const content_identifier_entry * | s |
Additional Inherited Members | |
![]() | |
CharArray | data |
Definition at line 367 of file descriptor.h.
int SI::ContentIdentifierDescriptor::Identifier::getCridLocation | ( | ) | const |
Definition at line 674 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
int SI::ContentIdentifierDescriptor::Identifier::getCridType | ( | ) | const |
Definition at line 670 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
|
inlinevirtual |
Implements SI::Object.
Definition at line 372 of file descriptor.h.
References SI::VariableLengthPart::getLength(), and identifier.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 659 of file descriptor.c.
References SI::Object::data, SI::ExtendedEventDescriptor::s, and SI::CharArray::setPointerAndOffset().
String SI::ContentIdentifierDescriptor::Identifier::identifier |
Definition at line 369 of file descriptor.h.
Referenced by getLength().
|
private |
Definition at line 376 of file descriptor.h.