diff options
author | phintuka <phintuka> | 2008-12-10 22:56:18 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-12-10 22:56:18 +0000 |
commit | 3564d87da1aa3c7b207b50fc1bbe2a76dbd0866f (patch) | |
tree | e139b53ff0a64b0612a532b241e5b31eb20880c6 /frontend_svr.h | |
parent | 8015292d577d93a62998cac8cfb59f8ae3cb1395 (diff) | |
download | xineliboutput-unlabeled-1.18.2.tar.gz xineliboutput-unlabeled-1.18.2.tar.bz2 |
Added TimeoutMs to PlayFileCtrl()unlabeled-1.18.2
Diffstat (limited to 'frontend_svr.h')
-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 f8809f1c..27dad3dd 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.18 2007-03-15 13:29:04 phintuka Exp $ + * $Id: frontend_svr.h,v 1.18.2.1 2008-12-10 22:56:15 phintuka Exp $ * */ @@ -56,7 +56,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 |