mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 17:16:51 +00:00
Basic support for HTTP streaming of recordings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user