|
vdr 2.6.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) |
Public Member Functions inherited from SI::Descriptor | |
| virtual int | getLength () |
| DescriptorTag | getDescriptorTag () const |
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 () |
| virtual int | getLength ()=0 |
Public Member Functions inherited from SI::Parsable | |
| void | CheckParse () |
Public Attributes | |
| StructureLoop< UrlExtensionEntry > | UrlExtensionLoop |
Protected Member Functions | |
| virtual void | Parse () |
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 () |
| virtual void | Parse ()=0 |
Private Attributes | |
| const descr_transport_protocol * | s |
| bool | remote |
| int | componentTag |
| String | UrlBase |
Additional Inherited Members | |
Static Public Member Functions inherited from SI::Descriptor | |
| static int | getLength (const unsigned char *d) |
| static DescriptorTag | getDescriptorTag (const unsigned char *d) |
Static Protected Member Functions inherited from SI::Descriptor | |
| static Descriptor * | getDescriptor (CharArray d, DescriptorTagDomain domain, bool returnUnimplemetedDescriptor) |
Protected Attributes inherited from SI::Object | |
| CharArray | data |
Definition at line 696 of file descriptor.h.
| Enumerator | |
|---|---|
| ObjectCarousel | |
| IPviaDVB | |
| HTTPoverInteractionChannel | |
Definition at line 706 of file descriptor.h.
| int SI::MHP_TransportProtocolDescriptor::getComponentTag | ( | ) | const |
Definition at line 1106 of file descriptor.c.
| int SI::MHP_TransportProtocolDescriptor::getProtocolId | ( | ) | const |
Definition at line 1094 of file descriptor.c.
References HILO, and SI::ExtendedEventDescriptor::s.
| int SI::MHP_TransportProtocolDescriptor::getProtocolLabel | ( | ) | const |
Definition at line 1098 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
| char * SI::MHP_TransportProtocolDescriptor::getUrlBase | ( | char * | buffer, |
| int | size | ||
| ) |
Definition at line 1110 of file descriptor.c.
| bool SI::MHP_TransportProtocolDescriptor::isRemote | ( | ) | const |
Definition at line 1102 of file descriptor.c.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 1114 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::ExtendedEventDescriptor::s, SI::CharArray::setPointerAndOffset(), and SI::transport_via_http::url_base_length.
|
private |
Definition at line 719 of file descriptor.h.
|
private |
Definition at line 718 of file descriptor.h.
|
private |
Definition at line 717 of file descriptor.h.
|
private |
Definition at line 720 of file descriptor.h.
| StructureLoop<UrlExtensionEntry> SI::MHP_TransportProtocolDescriptor::UrlExtensionLoop |
Definition at line 712 of file descriptor.h.