summaryrefslogtreecommitdiff
path: root/server/livestreamer.h
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2010-12-02 09:57:17 +0100
committerFrank Schmirler <vdr@schmirler.de>2010-12-02 09:57:17 +0100
commit2ec54f75051001accc03c32b42df70cd4a19febd (patch)
tree836d96c9a4688a01745719787a7a0e83804356f8 /server/livestreamer.h
parente0a00f90aece9cfc54f3d5a1d9098fa29d9dc468 (diff)
downloadvdr-plugin-streamdev-2ec54f75051001accc03c32b42df70cd4a19febd.tar.gz
vdr-plugin-streamdev-2ec54f75051001accc03c32b42df70cd4a19febd.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);