diff options
author | phintuka <phintuka> | 2008-12-10 22:56:16 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-12-10 22:56:16 +0000 |
commit | 2c48a9da016eb2c5c9c77c58913a22b1ae6a99fc (patch) | |
tree | 12e7bf5f0009297769623ae0fcfd0287eeda9012 | |
parent | 8517017e097b36aae6dc9b44ad08c1a4e3090cf7 (diff) | |
download | xineliboutput-unlabeled-1.22.2.tar.gz xineliboutput-unlabeled-1.22.2.tar.bz2 |
Added TimeoutMs to PlayFileCtrl()unlabeled-1.22.2
-rw-r--r-- | frontend.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend.h,v 1.22 2008-04-14 19:58:50 phintuka Exp $ + * $Id: frontend.h,v 1.22.2.1 2008-12-10 22:56:15 phintuka Exp $ * */ @@ -98,7 +98,7 @@ class cXinelibThread : public cThread, public cListObject // Playback files virtual bool PlayFile(const char *FileName, int Position, bool LoopPlay = false, ePlayMode PlayMode = pmAudioVideo); - virtual int PlayFileCtrl(const char *Cmd) { return Xine_Control(Cmd); } + virtual int PlayFileCtrl(const char *Cmd, int TimeoutMs = -1) { return Xine_Control(Cmd); } virtual bool EndOfStreamReached(void); // Image grabbing |