vdr
2.0.4
Main Page
Namespaces
Classes
Files
File List
File Members
PLUGINS
src
dvbhddevice
hdffosd.h
Go to the documentation of this file.
1
/*
2
* hdffosd.h: Implementation of the DVB HD Full Featured On Screen Display
3
*
4
* See the README file for copyright information and how to reach the author.
5
*/
6
7
#ifndef _HDFF_OSD_H_
8
#define _HDFF_OSD_H_
9
10
#include <vdr/osd.h>
11
12
#include "
hdffcmd.h
"
13
14
class
cHdffOsdProvider
:
public
cOsdProvider
15
{
16
private
:
17
HDFF::cHdffCmdIf
*
mHdffCmdIf
;
18
public
:
19
cHdffOsdProvider
(
HDFF::cHdffCmdIf
* pHdffCmdIf);
20
virtual
cOsd
*
CreateOsd
(
int
Left,
int
Top, uint Level);
21
virtual
bool
ProvidesTrueColor
(
void
);
22
};
23
24
#endif
25
Generated by
1.8.3.1