summaryrefslogtreecommitdiff
path: root/dvbapi.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-09-17 11:53:35 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-09-17 11:53:35 +0200
commitb3c78919d5e8dcfcf8f5eb635bbb86efa98a3fa4 (patch)
tree9f7fdf1aa3461c1c743b338e018d304e7569be45 /dvbapi.h
parent27046cf8a9f1047e39724ddb1702957f4b395f36 (diff)
downloadvdr-b3c78919d5e8dcfcf8f5eb635bbb86efa98a3fa4.tar.gz
vdr-b3c78919d5e8dcfcf8f5eb635bbb86efa98a3fa4.tar.bz2
Implemented image grabbing
Diffstat (limited to 'dvbapi.h')
-rw-r--r--dvbapi.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/dvbapi.h b/dvbapi.h
index a43e7075..5ae3a513 100644
--- a/dvbapi.h
+++ b/dvbapi.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbapi.h 1.14 2000/09/10 10:03:29 kls Exp $
+ * $Id: dvbapi.h 1.15 2000/09/17 11:43:10 kls Exp $
*/
#ifndef __DVBAPI_H
@@ -70,6 +70,10 @@ public:
// Closes down all DVB devices.
// Must be called at the end of the program.
+ // Image Grab facilities
+
+ bool GrabImage(const char *FileName, bool Jpeg = true, int Quality = -1, int SizeX = -1, int SizeY = -1);
+
// On Screen Display facilities
private: