vdr
2.2.0
|
#include <descriptor.h>
Classes | |
class | StartDayEntry |
Public Member Functions | |
int | getOriginalNetworkId () const |
int | getTransportStreamId () const |
int | getServiceId () const |
![]() | |
virtual int | getLength () |
DescriptorTag | getDescriptorTag () const |
![]() | |
Object () | |
Object (CharArray &d) | |
void | setData (const unsigned char *data, int size, bool doCopy=true) |
CharArray | getData () |
bool | isValid () |
![]() | |
void | CheckParse () |
Public Attributes | |
StructureLoop< StartDayEntry > | startDayLoop |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const descr_premiere_content_transmission * | s |
Additional Inherited Members | |
![]() | |
static int | getLength (const unsigned char *d) |
static DescriptorTag | getDescriptorTag (const unsigned char *d) |
![]() | |
static Descriptor * | getDescriptor (CharArray d, DescriptorTagDomain domain, bool returnUnimplemetedDescriptor) |
![]() | |
CharArray | data |
Definition at line 598 of file descriptor.h.
int SI::PremiereContentTransmissionDescriptor::getOriginalNetworkId | ( | ) | const |
Definition at line 967 of file descriptor.c.
References HILO.
int SI::PremiereContentTransmissionDescriptor::getServiceId | ( | ) | const |
Definition at line 975 of file descriptor.c.
References HILO.
int SI::PremiereContentTransmissionDescriptor::getTransportStreamId | ( | ) | const |
Definition at line 971 of file descriptor.c.
References HILO.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 979 of file descriptor.c.
References SI::Object::data, SI::CharArray::getData(), and SI::Descriptor::getLength().
|
private |
Definition at line 627 of file descriptor.h.
StructureLoop<StartDayEntry> SI::PremiereContentTransmissionDescriptor::startDayLoop |
Definition at line 620 of file descriptor.h.