vdr  1.7.31
dvbsdffosd.h
Go to the documentation of this file.
1 /*
2  * dvbsdffosd.h: Implementation of the DVB SD Full Featured On Screen Display
3  *
4  * See the README file for copyright information and how to reach the author.
5  *
6  * $Id: dvbsdffosd.h 2.1 2009/12/29 11:52:05 kls Exp $
7  */
8 
9 #ifndef __DVBSDFFODF_H
10 #define __DVBSDFFODF_H
11 
12 #include "vdr/osd.h"
13 
14 class cDvbOsdProvider : public cOsdProvider {
15 private:
16  int osdDev;
17 public:
18  cDvbOsdProvider(int OsdDev);
19  virtual cOsd *CreateOsd(int Left, int Top, uint Level);
20  };
21 
22 #endif //__DVBSDFFODF_H