Basic support for HTTP streaming of recordings

This commit is contained in:
Frank Schmirler
2012-12-16 13:29:15 +01:00
parent 0cf406ed3a
commit 9135cde712
9 changed files with 215 additions and 20 deletions

View File

@@ -49,7 +49,7 @@ public:
bool SetChannel(const cChannel *Channel, eStreamType StreamType, const int* Apid = NULL, const int* Dpid = NULL);
void SetPriority(int Priority);
void GetSignal(int *DevNum, int *Strength, int *Quality) const;
cString ToText() const;
virtual cString ToText() const;
void Receive(uchar *Data, int Length);
virtual bool IsReceiving(void) const;