summaryrefslogtreecommitdiff
path: root/softhdservice.h
diff options
context:
space:
mode:
authorChristian Völlinger <zerov83@gmail.com>2013-12-02 19:57:54 +0100
committerChristian Völlinger <zerov83@gmail.com>2013-12-02 19:57:54 +0100
commit47e367a8524a09dbdce8016296a611674e536225 (patch)
treec435f431a4964e1f8e8d4d54032c31c3f8ca2120 /softhdservice.h
parent620ea3a800f2235abf45a57ca898bf96473c576b (diff)
downloadvdr-plugin-boblight-47e367a8524a09dbdce8016296a611674e536225.tar.gz
vdr-plugin-boblight-47e367a8524a09dbdce8016296a611674e536225.tar.bz2
Initial commit0.0.1
Diffstat (limited to 'softhdservice.h')
-rw-r--r--softhdservice.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/softhdservice.h b/softhdservice.h
new file mode 100644
index 0000000..3e98c7e
--- /dev/null
+++ b/softhdservice.h
@@ -0,0 +1,38 @@
+///
+/// @file softhddev_service.h @brief software HD device service header file.
+///
+/// Copyright (c) 2012 by durchflieger. All Rights Reserved.
+///
+/// Contributor(s):
+///
+/// License: AGPLv3
+///
+/// This program is free software: you can redistribute it and/or modify
+/// it under the terms of the GNU Affero General Public License as
+/// published by the Free Software Foundation, either version 3 of the
+/// License.
+///
+/// This program is distributed in the hope that it will be useful,
+/// but WITHOUT ANY WARRANTY; without even the implied warranty of
+/// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+/// GNU Affero General Public License for more details.
+///
+/// $Id: softhdservice.h,v 1.2 2012/11/13 08:58:11 wendel Exp $
+//////////////////////////////////////////////////////////////////////////////
+
+#pragma once
+
+#define ATMO1_GRAB_SERVICE "SoftHDDevice-AtmoGrabService-v1.1"
+
+struct SoftHDDevice_AtmoGrabService_v1_1_t
+{
+ // [in/out]
+
+ int width;
+ int height;
+
+ // [out]
+
+ int size;
+ void* img;
+}; \ No newline at end of file