vdr
2.2.0
|
#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 366 of file descriptor.h.
int SI::ContentIdentifierDescriptor::Identifier::getCridLocation | ( | ) | const |
Definition at line 665 of file descriptor.c.
int SI::ContentIdentifierDescriptor::Identifier::getCridType | ( | ) | const |
Definition at line 661 of file descriptor.c.
|
inlinevirtual |
Implements SI::Object.
Definition at line 371 of file descriptor.h.
References SI::VariableLengthPart::getLength(), and SI::ShortEventDescriptor::Parse().
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 650 of file descriptor.c.
References SI::content_identifier_entry::crid_length, SI::content_identifier_entry::crid_location, SI::Object::data, and SI::CharArray::setPointerAndOffset().
String SI::ContentIdentifierDescriptor::Identifier::identifier |
Definition at line 368 of file descriptor.h.
|
private |
Definition at line 375 of file descriptor.h.