vdr/dvbosd.h

24 lines
454 B
C
Raw Normal View History

2000-10-03 10:34:48 +02:00
/*
* dvbosd.h: Implementation of the DVB On Screen Display
2000-10-03 10:34:48 +02:00
*
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
2004-06-12 13:30:11 +02:00
* $Id: dvbosd.h 1.18 2004/06/12 13:09:52 kls Exp $
2000-10-03 10:34:48 +02:00
*/
#ifndef __DVBOSD_H
#define __DVBOSD_H
2004-05-16 10:35:36 +02:00
#include "osd.h"
2000-10-03 10:34:48 +02:00
2004-05-16 10:35:36 +02:00
class cDvbOsdProvider : public cOsdProvider {
private:
int osdDev;
public:
cDvbOsdProvider(int OsdDev);
virtual cOsd *CreateOsd(int Left, int Top);
2000-10-03 10:34:48 +02:00
};
#endif //__DVBOSD_H