diff options
author | phintuka <phintuka> | 2010-02-02 07:24:40 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2010-02-02 07:24:40 +0000 |
commit | 4bdcb1287117edeab0a7fd7c00710bbf6f607352 (patch) | |
tree | e5d41bc2ab06cb4d91d007a86d3c073c0cafb41d | |
parent | c860855b783f808b8e80e973997ce752e8d70353 (diff) | |
download | xineliboutput-4bdcb1287117edeab0a7fd7c00710bbf6f607352.tar.gz xineliboutput-4bdcb1287117edeab0a7fd7c00710bbf6f607352.tar.bz2 |
Playfile() : default Position = 0
-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.34 2010-01-16 20:55:52 phintuka Exp $ + * $Id: frontend.h,v 1.35 2010-02-02 07:24:40 phintuka Exp $ * */ @@ -89,7 +89,7 @@ class cXinelibThread : public cThread, public cListObject bool NoSignalDisplay(void); // Playback files - virtual bool PlayFile(const char *FileName, int Position, + virtual bool PlayFile(const char *FileName, int Position = 0, bool LoopPlay = false, ePlayMode PlayMode = pmAudioVideo, int TimeoutMs = -1); virtual int PlayFileCtrl(const char *Cmd, int TimeoutMs=-1) { return Xine_Control(Cmd); } |