vdr
2.4.1
|
#include <descriptor.h>
Classes | |
class | UrlExtensionEntry |
Public Types | |
enum | Protocol { ObjectCarousel = 0x01, IPviaDVB = 0x02, HTTPoverInteractionChannel = 0x03 } |
Public Member Functions | |
int | getProtocolId () const |
int | getProtocolLabel () const |
bool | isRemote () const |
int | getComponentTag () const |
char * | getUrlBase (char *buffer, int size) |
![]() | |
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< UrlExtensionEntry > | UrlExtensionLoop |
Protected Member Functions | |
virtual void | Parse () |
![]() | |
void | setData (CharArray &d) |
bool | checkSize (int offset) |
![]() | |
Parsable () | |
virtual | ~Parsable () |
Private Attributes | |
const descr_transport_protocol * | s |
bool | remote |
int | componentTag |
String | UrlBase |
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 705 of file descriptor.h.
Enumerator | |
---|---|
ObjectCarousel | |
IPviaDVB | |
HTTPoverInteractionChannel |
Definition at line 715 of file descriptor.h.
int SI::MHP_TransportProtocolDescriptor::getComponentTag | ( | ) | const |
Definition at line 1107 of file descriptor.c.
int SI::MHP_TransportProtocolDescriptor::getProtocolId | ( | ) | const |
Definition at line 1095 of file descriptor.c.
int SI::MHP_TransportProtocolDescriptor::getProtocolLabel | ( | ) | const |
Definition at line 1099 of file descriptor.c.
char * SI::MHP_TransportProtocolDescriptor::getUrlBase | ( | char * | buffer, |
int | size | ||
) |
Definition at line 1111 of file descriptor.c.
bool SI::MHP_TransportProtocolDescriptor::isRemote | ( | ) | const |
Definition at line 1103 of file descriptor.c.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 1115 of file descriptor.c.
|
private |
Definition at line 728 of file descriptor.h.
|
private |
Definition at line 727 of file descriptor.h.
|
private |
Definition at line 726 of file descriptor.h.
|
private |
Definition at line 729 of file descriptor.h.
StructureLoop<UrlExtensionEntry> SI::MHP_TransportProtocolDescriptor::UrlExtensionLoop |
Definition at line 721 of file descriptor.h.