vdr
2.2.0
|
#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 693 of file descriptor.h.
Enumerator | |
---|---|
ObjectCarousel | |
IPviaDVB | |
HTTPoverInteractionChannel |
Definition at line 703 of file descriptor.h.
int SI::MHP_TransportProtocolDescriptor::getComponentTag | ( | ) | const |
Definition at line 1092 of file descriptor.c.
int SI::MHP_TransportProtocolDescriptor::getProtocolId | ( | ) | const |
Definition at line 1080 of file descriptor.c.
References HILO.
int SI::MHP_TransportProtocolDescriptor::getProtocolLabel | ( | ) | const |
Definition at line 1084 of file descriptor.c.
char * SI::MHP_TransportProtocolDescriptor::getUrlBase | ( | char * | buffer, |
int | size | ||
) |
Definition at line 1096 of file descriptor.c.
bool SI::MHP_TransportProtocolDescriptor::isRemote | ( | ) | const |
Definition at line 1088 of file descriptor.c.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 1100 of file descriptor.c.
References SI::transport_via_oc_remote_end::component_tag, SI::transport_via_oc_end::component_tag, SI::Object::data, SI::Descriptor::getLength(), SI::transport_via_oc::remote, SI::CharArray::setPointerAndOffset(), and SI::transport_via_http::url_base_length.
|
private |
Definition at line 716 of file descriptor.h.
|
private |
Definition at line 715 of file descriptor.h.
|
private |
Definition at line 714 of file descriptor.h.
|
private |
Definition at line 717 of file descriptor.h.
StructureLoop<UrlExtensionEntry> SI::MHP_TransportProtocolDescriptor::UrlExtensionLoop |
Definition at line 709 of file descriptor.h.