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__prop.html | 237 ++++++++++++++++++++++++++ 1 file changed, 237 insertions(+) create mode 100644 doc/xine-lib-API/html/group__video__prop.html (limited to 'doc/xine-lib-API/html/group__video__prop.html') diff --git a/doc/xine-lib-API/html/group__video__prop.html b/doc/xine-lib-API/html/group__video__prop.html new file mode 100644 index 000000000..dc5fb4246 --- /dev/null +++ b/doc/xine-lib-API/html/group__video__prop.html @@ -0,0 +1,237 @@ + + +XINE, A Free Video Player Project - API reference +xine logo + + + + +
+Main Page   Modules   Data Structures   File List   Data Fields   Globals  
+

Constants for the get/set properties functions.

+ + + + + + + + + +

Defines

+#define VO_PROP_INTERLACED   0
+#define VO_PROP_ASPECT_RATIO   1
+#define VO_PROP_HUE   2
+#define VO_PROP_SATURATION   3
+#define VO_PROP_CONTRAST   4
+#define VO_PROP_BRIGHTNESS   5
+#define VO_PROP_COLORKEY   6
+#define VO_NUM_PROPERTIES   7
+

Define Documentation

+

+ + + + +
+ + +
+#define VO_NUM_PROPERTIES   7 +
+
+ + + + + +
+   + + +

+Number of available properties property.

+See also:
+vo_driver_t
+

+ + + + +
+ + +
+#define VO_PROP_ASPECT_RATIO   1 +
+
+ + + + + +
+   + + +

+Aspect ratio property.

+See also:
+vo_driver_t, Possible ratios for the VO_PROP_ASPECT_RATIO call
+

+ + + + +
+ + +
+#define VO_PROP_BRIGHTNESS   5 +
+
+ + + + + +
+   + + +

+Brightness property.

+See also:
+vo_driver_t
+

+ + + + +
+ + +
+#define VO_PROP_COLORKEY   6 +
+
+ + + + + +
+   + + +

+Colorkey property.

+See also:
+vo_driver_t
+

+ + + + +
+ + +
+#define VO_PROP_CONTRAST   4 +
+
+ + + + + +
+   + + +

+Contrast property.

+See also:
+vo_driver_t
+

+ + + + +
+ + +
+#define VO_PROP_HUE   2 +
+
+ + + + + +
+   + + +

+Hue property.

+See also:
+vo_driver_t
+

+ + + + +
+ + +
+#define VO_PROP_INTERLACED   0 +
+
+ + + + + +
+   + + +

+Interleave property.

+See also:
+vo_driver_t
+

+ + + + +
+ + +
+#define VO_PROP_SATURATION   3 +
+
+ + + + + +
+   + + +

+Saturation property.

+See also:
+vo_driver_t
+


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