![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <httpstream.h>
Public Member Functions | |
| eHttpStream () | |
| ~eHttpStream () | |
| int | open (const char *url) |
| int | close () |
Public Member Functions inherited from iTsSource | |
| iTsSource (unsigned int packetsize=188) | |
| unsigned int | getPacketSize () const |
Public Member Functions inherited from iObject | |
| void | operator delete (void *p) |
| virtual void | AddRef ()=0 |
| virtual void | Release ()=0 |
Public Member Functions inherited from eThread | |
| eThread () | |
| virtual | ~eThread () |
| virtual void | thread_finished () |
| int | run (int prio=0, int policy=0) |
| int | sendSignal (int sig) |
| void | kill () |
| void | abort_badly () |
Additional Inherited Members | |
Protected Member Functions inherited from iObject | |
| virtual | ~iObject () |
Protected Member Functions inherited from eThread | |
| void | hasStarted () |
Protected Attributes inherited from iTsSource | |
| unsigned int | packetSize |
| eHttpStream::eHttpStream | ( | ) |
| eHttpStream::~eHttpStream | ( | ) |
| int eHttpStream::close | ( | ) |
| int eHttpStream::open | ( | const char * | url | ) |