|
vdr 2.8.1
|
#include <descriptor.h>
Public Member Functions | |
| int | getTransportStream () const |
| int | getOriginalNetworkId () const |
| int | getServiceId () const |
| virtual int | getLength () override |
| Public Member Functions inherited from SI::Object | |
| Object () | |
| Object (CharArray &d) | |
| void | setData (const unsigned char *data, int size, bool doCopy=true) |
| CharArray | getData () |
| bool | isValid () |
| Public Member Functions inherited from SI::Parsable | |
| void | CheckParse () |
Protected Member Functions | |
| virtual void | Parse () override |
| Protected Member Functions inherited from SI::Object | |
| void | setData (CharArray &d) |
| bool | checkSize (int offset) |
| Protected Member Functions inherited from SI::Parsable | |
| Parsable () | |
| virtual | ~Parsable () |
Private Attributes | |
| const item_nvod_reference * | s |
Additional Inherited Members | |
| Protected Attributes inherited from SI::Object | |
| CharArray | data |
Definition at line 270 of file descriptor.h.
|
inlineoverridevirtual |
Implements SI::Object.
Definition at line 275 of file descriptor.h.
| int SI::NVODReferenceDescriptor::Service::getOriginalNetworkId | ( | ) | const |
Definition at line 547 of file descriptor.c.
Referenced by cSdtFilter::Process().
| int SI::NVODReferenceDescriptor::Service::getServiceId | ( | ) | const |
Definition at line 551 of file descriptor.c.
Referenced by cSdtFilter::Process().
| int SI::NVODReferenceDescriptor::Service::getTransportStream | ( | ) | const |
Definition at line 543 of file descriptor.c.
Referenced by cSdtFilter::Process().
|
overrideprotectedvirtual |
Implements SI::Parsable.
Definition at line 555 of file descriptor.c.
References SI::Object::data, and s.
|
private |
Definition at line 279 of file descriptor.h.
Referenced by getOriginalNetworkId(), getServiceId(), getTransportStream(), and Parse().