vdr  1.7.27
dvbsdffosd.h
Go to the documentation of this file.
00001 /*
00002  * dvbsdffosd.h: Implementation of the DVB SD Full Featured On Screen Display
00003  *
00004  * See the README file for copyright information and how to reach the author.
00005  *
00006  * $Id: dvbsdffosd.h 2.1 2009/12/29 11:52:05 kls Exp $
00007  */
00008 
00009 #ifndef __DVBSDFFODF_H
00010 #define __DVBSDFFODF_H
00011 
00012 #include "vdr/osd.h"
00013 
00014 class cDvbOsdProvider : public cOsdProvider {
00015 private:
00016   int osdDev;
00017 public:
00018   cDvbOsdProvider(int OsdDev);
00019   virtual cOsd *CreateOsd(int Left, int Top, uint Level);
00020   };
00021 
00022 #endif //__DVBSDFFODF_H