vdr
2.2.0
|
#include <descriptor.h>
Public Member Functions | |
int | getTransportStream () const |
int | getOriginalNetworkId () const |
int | getServiceId () 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 () |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const item_nvod_reference * | s |
Additional Inherited Members | |
![]() | |
CharArray | data |
Definition at line 270 of file descriptor.h.
|
inlinevirtual |
Implements SI::Object.
Definition at line 275 of file descriptor.h.
References SI::ShortEventDescriptor::Parse().
int SI::NVODReferenceDescriptor::Service::getOriginalNetworkId | ( | ) | const |
int SI::NVODReferenceDescriptor::Service::getServiceId | ( | ) | const |
int SI::NVODReferenceDescriptor::Service::getTransportStream | ( | ) | const |
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 550 of file descriptor.c.
References SI::Object::data, and SI::CharArray::getData().
|
private |
Definition at line 279 of file descriptor.h.