summaryrefslogtreecommitdiff
path: root/server/livestreamer.h
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2010-12-02 09:39:01 +0100
committerMikko Matilainen <mikkom@iki.fi>2011-03-24 19:20:05 +0200
commit635ccc479f3e0d62b3f52cb5407d06185e402f5b (patch)
tree8f56fa909f40656a130f41e3cab4898093fdb0e5 /server/livestreamer.h
parentdb3274c046f4e2d44cb8263428073b6a43dca2fa (diff)
downloadvdr-plugin-streamdev-635ccc479f3e0d62b3f52cb5407d06185e402f5b.tar.gz
vdr-plugin-streamdev-635ccc479f3e0d62b3f52cb5407d06185e402f5b.tar.bz2
Snapshot 2010-09-15
Diffstat (limited to 'server/livestreamer.h')
-rw-r--r--server/livestreamer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/livestreamer.h b/server/livestreamer.h
index 283a395..71feb4c 100644
--- a/server/livestreamer.h
+++ b/server/livestreamer.h
@@ -38,6 +38,7 @@ public:
bool SetPid(int Pid, bool On);
bool SetPids(int Pid, const int *Pids1 = NULL, const int *Pids2 = NULL, const int *Pids3 = NULL);
bool SetChannel(const cChannel *Channel, eStreamType StreamType, const int* Apid = NULL, const int* Dpid = NULL);
+ void SetPriority(int Priority);
virtual int Put(const uchar *Data, int Count);
virtual uchar *Get(int &Count);