diff options
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 16 |
1 files changed, 2 insertions, 14 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: device.h,v 1.4 2006-07-21 22:45:22 phintuka Exp $ + * $Id: device.h,v 1.5 2006-08-07 18:20:43 phintuka Exp $ * */ @@ -116,15 +116,6 @@ class cXinelibDevice : public cDevice int PlayFileCtrl(const char *Cmd); bool EndOfStreamReached(void); -#ifdef ENABLE_SUSPEND - // Suspend decoder - //void Housekeeping(void); - bool IsSuspended() {return m_suspended;}; - void Suspend(bool onoff); - bool SuspendedAction(void); - void CheckInactivityTimer(void); -#endif - private: int PlayAny(const uchar *Data, int Length); @@ -169,10 +160,7 @@ class cXinelibDevice : public cDevice bool m_ac3Present; bool m_spuPresent; -#ifdef ENABLE_SUSPEND - bool m_suspended; - int m_inactivityTimer; -#endif + bool m_liveMode; int m_TrickSpeed; int64_t m_TrickSpeedPts; |