summaryrefslogtreecommitdiff
path: root/client/device.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 /client/device.h
parente0a00f90aece9cfc54f3d5a1d9098fa29d9dc468 (diff)
downloadvdr-plugin-streamdev-2ec54f75051001accc03c32b42df70cd4a19febd.tar.gz
vdr-plugin-streamdev-2ec54f75051001accc03c32b42df70cd4a19febd.tar.bz2
Snapshot 2010-09-15
Diffstat (limited to 'client/device.h')
-rw-r--r--client/device.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/device.h b/client/device.h
index e96b05f..b2eed70 100644
--- a/client/device.h
+++ b/client/device.h
@@ -1,5 +1,5 @@
/*
- * $Id: device.h,v 1.9 2009/06/23 10:26:54 schmirl Exp $
+ * $Id: device.h,v 1.10 2010/08/18 10:26:55 schmirl Exp $
*/
#ifndef VDR_STREAMDEV_DEVICE_H
@@ -15,13 +15,14 @@ class cTBString;
#define CMD_LOCK_OBJ(x) cMutexLock CmdLock((cMutex*)&(x)->m_Mutex)
class cStreamdevDevice: public cDevice {
- friend class cRemoteRecordings;
private:
const cChannel *m_Channel;
cTSBuffer *m_TSBuffer;
cStreamdevFilters *m_Filters;
int m_Pids;
+ int m_Priority;
+ bool m_UpdatePriority;
bool m_DvrClosed;
static cStreamdevDevice *m_Device;
@@ -59,6 +60,7 @@ public:
#endif
virtual bool IsTunedToTransponder(const cChannel *Channel);
+ static void UpdatePriority(void);
static bool Init(void);
static bool ReInit(void);