From a101b38dea6890fa1dbf5b8560665826b69fa4ae Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Thu, 26 Jul 2001 11:12:25 +0000 Subject: Updated doxy sections in xine.h.tmpl.in. Added man3. Removed french man page. Added API doc in html. Add new rpm package (doc). Fixes some little bugs in proto decl, etc... CVS patchset: 350 CVS date: 2001/07/26 11:12:25 --- doc/xine-lib-API/html/group__video__cap.html | 146 +++++++++++++++++++++++++++ 1 file changed, 146 insertions(+) create mode 100644 doc/xine-lib-API/html/group__video__cap.html (limited to 'doc/xine-lib-API/html/group__video__cap.html') diff --git a/doc/xine-lib-API/html/group__video__cap.html b/doc/xine-lib-API/html/group__video__cap.html new file mode 100644 index 000000000..980d9a6b2 --- /dev/null +++ b/doc/xine-lib-API/html/group__video__cap.html @@ -0,0 +1,146 @@ + + +XINE, A Free Video Player Project - API reference +xine logo + + + + +
+Main Page   Modules   Data Structures   File List   Data Fields   Globals  
+

video driver capabilities

+ + + + + + +

Defines

+#define VO_CAP_HUE   0x00000010
+#define VO_CAP_SATURATION   0x00000020
+#define VO_CAP_BRIGHTNESS   0x00000040
+#define VO_CAP_CONTRAST   0x00000080
+#define VO_CAP_COLORKEY   0x00000100
+

Define Documentation

+

+ + + + +
+ + +
+#define VO_CAP_BRIGHTNESS   0x00000040 +
+
+ + + + + +
+   + + +

+Driver can set BRIGHTNESS value.

+

+ + + + +
+ + +
+#define VO_CAP_COLORKEY   0x00000100 +
+
+ + + + + +
+   + + +

+Driver can set COLORKEY value.

+

+ + + + +
+ + +
+#define VO_CAP_CONTRAST   0x00000080 +
+
+ + + + + +
+   + + +

+Driver can set CONTRAST value.

+

+ + + + +
+ + +
+#define VO_CAP_HUE   0x00000010 +
+
+ + + + + +
+   + + +

+Driver can set HUE value.

+

+ + + + +
+ + +
+#define VO_CAP_SATURATION   0x00000020 +
+
+ + + + + +
+   + + +

+Driver can set SATURATION value.

+


Generated at Thu Jul 26 11:29:46 2001 for XINE, A Free Video Player Project - API reference by + +doxygen1.2.8 written by Dimitri van Heesch, + © 1997-2001
+ + -- cgit v1.2.3