vdr
2.0.7
|
#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 659 of file descriptor.h.
Enumerator | |
---|---|
ObjectCarousel | |
IPviaDVB | |
HTTPoverInteractionChannel |
Definition at line 669 of file descriptor.h.
int SI::MHP_TransportProtocolDescriptor::getComponentTag | ( | ) | const |
Definition at line 1050 of file descriptor.c.
int SI::MHP_TransportProtocolDescriptor::getProtocolId | ( | ) | const |
Definition at line 1038 of file descriptor.c.
References HILO, and SI::ExtendedEventDescriptor::s.
int SI::MHP_TransportProtocolDescriptor::getProtocolLabel | ( | ) | const |
Definition at line 1042 of file descriptor.c.
References SI::ExtendedEventDescriptor::s.
char * SI::MHP_TransportProtocolDescriptor::getUrlBase | ( | char * | buffer, |
int | size | ||
) |
Definition at line 1054 of file descriptor.c.
bool SI::MHP_TransportProtocolDescriptor::isRemote | ( | ) | const |
Definition at line 1046 of file descriptor.c.
|
protectedvirtual |
Implements SI::Parsable.
Definition at line 1058 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 682 of file descriptor.h.
|
private |
Definition at line 681 of file descriptor.h.
|
private |
Definition at line 680 of file descriptor.h.
|
private |
Definition at line 683 of file descriptor.h.
StructureLoop<UrlExtensionEntry> SI::MHP_TransportProtocolDescriptor::UrlExtensionLoop |
Definition at line 675 of file descriptor.h.