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

Possible ratios for the VO_PROP_ASPECT_RATIO call

+ + + + + +

Defines

+#define ASPECT_AUTO   0
+#define ASPECT_ANAMORPHIC   1
+#define ASPECT_FULL   2
+#define ASPECT_DVB   3
+

Detailed Description

+
+See also:
+VO_PROP_ASPECT_RATIO, vo_driver_t

Define Documentation

+

+ + + + +
+ + +
+#define ASPECT_ANAMORPHIC   1 +
+
+ + + + + +
+   + + +

+Set aspect ration to 16:9.

+See also:
+VO_PROP_ASPECT_RATIO
+

+ + + + +
+ + +
+#define ASPECT_AUTO   0 +
+
+ + + + + +
+   + + +

+Let video driver guessing aspect ratio.

+See also:
+VO_PROP_ASPECT_RATIO
+

+ + + + +
+ + +
+#define ASPECT_DVB   3 +
+
+ + + + + +
+   + + +

+Set aspect ration to 1:2.

+See also:
+VO_PROP_ASPECT_RATIO
+

+ + + + +
+ + +
+#define ASPECT_FULL   2 +
+
+ + + + + +
+   + + +

+Set aspect ration to 4:3.

+See also:
+VO_PROP_ASPECT_RATIO
+


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