diff options
Diffstat (limited to 'frontend_local.h')
-rw-r--r-- | frontend_local.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend_local.h b/frontend_local.h index 8e1250ad..59bb31d0 100644 --- a/frontend_local.h +++ b/frontend_local.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend_local.h,v 1.2 2006-06-04 11:00:04 phintuka Exp $ + * $Id: frontend_local.h,v 1.3 2006-08-16 21:46:34 phintuka Exp $ * */ @@ -41,6 +41,9 @@ class cXinelibLocal : public cXinelibThread virtual void OsdCmd(void *cmd); virtual int64_t GetSTC(); + // Playback files + virtual bool EndOfStreamReached(void); + // Image grabbing virtual uchar *GrabImage(int &Size, bool Jpeg, int Quality, int SizeX, int SizeY); |