vdr
1.7.27
|
#include <descriptor.h>
Public Member Functions | |
int | getCridType () const |
int | getCridLocation () const |
virtual int | getLength () |
int | getCridType () const |
int | getCridLocation () const |
virtual int | getLength () |
Public Attributes | |
String | identifier |
Protected Member Functions | |
virtual void | Parse () |
virtual void | Parse () |
Private Attributes | |
const content_identifier_entry * | s |
Definition at line 366 of file include/libsi/descriptor.h.
Definition at line 665 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
int SI::ContentIdentifierDescriptor::Identifier::getCridType | ( | ) | const |
Definition at line 661 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
int SI::ContentIdentifierDescriptor::Identifier::getCridType | ( | ) | const |
virtual int SI::ContentIdentifierDescriptor::Identifier::getLength | ( | ) | [inline, virtual] |
Implements SI::Object.
Definition at line 371 of file libsi/descriptor.h.
References SI::VariableLengthPart::getLength(), and identifier.
virtual int SI::ContentIdentifierDescriptor::Identifier::getLength | ( | ) | [inline, virtual] |
Implements SI::Object.
Definition at line 371 of file include/libsi/descriptor.h.
References SI::VariableLengthPart::getLength(), and identifier.
void SI::ContentIdentifierDescriptor::Identifier::Parse | ( | ) | [protected, virtual] |
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, SI::ExtendedEventDescriptor::s, and SI::CharArray::setPointerAndOffset().
virtual void SI::ContentIdentifierDescriptor::Identifier::Parse | ( | ) | [protected, virtual] |
Implements SI::Parsable.
Definition at line 368 of file include/libsi/descriptor.h.
Referenced by getLength().
const content_identifier_entry * SI::ContentIdentifierDescriptor::Identifier::s [private] |
Definition at line 375 of file include/libsi/descriptor.h.