diff options
author | phintuka <phintuka> | 2008-11-18 15:01:35 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-11-18 15:01:35 +0000 |
commit | 0f0669b233b28d486640ea03e7d9fd2d3651de1d (patch) | |
tree | 6c7f96d5fe93f94a9375492bc2b012614235d4e5 | |
parent | f01593ae0ab4cd77ea4fe4105f3a93c9f15a635a (diff) | |
download | xineliboutput-0f0669b233b28d486640ea03e7d9fd2d3651de1d.tar.gz xineliboutput-0f0669b233b28d486640ea03e7d9fd2d3651de1d.tar.bz2 |
Added optional timeout to PlayFileCtrl()
-rw-r--r-- | frontend_svr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend_svr.h b/frontend_svr.h index f286e0b5..d3af54b0 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.20 2008-11-18 14:54:40 phintuka Exp $ + * $Id: frontend_svr.h,v 1.21 2008-11-18 15:01:35 phintuka Exp $ * */ @@ -57,7 +57,7 @@ class cXinelibServer : public cXinelibThread virtual uchar *GrabImage(int &Size, bool Jpeg, int Quality, int SizeX, int SizeY); // Playback files - virtual int PlayFileCtrl(const char *Cmd); + virtual int PlayFileCtrl(const char *Cmd, int TimeoutMs=-1); virtual bool EndOfStreamReached(void); // Configuration |