summaryrefslogtreecommitdiff
path: root/frontend_svr.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend_svr.h')
-rw-r--r--frontend_svr.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/frontend_svr.h b/frontend_svr.h
index fbb28d07..a4414753 100644
--- a/frontend_svr.h
+++ b/frontend_svr.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: frontend_svr.h,v 1.3 2006-07-04 02:06:16 phintuka Exp $
+ * $Id: frontend_svr.h,v 1.4 2006-07-07 05:32:14 phintuka Exp $
*
*/
@@ -36,9 +36,10 @@ class cXinelibServer : public cXinelibThread
protected:
virtual void Action(void);
- void Handle_RTCP(void);
-
public:
+ // Playback control
+ virtual void TrickSpeed(int Speed);
+
// Data transfer
virtual bool Poll(cPoller &Poller, int TimeoutMs);
virtual bool Flush(int TimeoutMs);