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__demux__strategy.html | 132 ++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 doc/xine-lib-API/html/group__demux__strategy.html (limited to 'doc/xine-lib-API/html/group__demux__strategy.html') diff --git a/doc/xine-lib-API/html/group__demux__strategy.html b/doc/xine-lib-API/html/group__demux__strategy.html new file mode 100644 index 000000000..e496bd94a --- /dev/null +++ b/doc/xine-lib-API/html/group__demux__strategy.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 demuxer guessing strategy.

+ + + + + +

Defines

+#define DEMUX_DEFAULT_STRATEGY   0
+#define DEMUX_REVERT_STRATEGY   1
+#define DEMUX_CONTENT_STRATEGY   2
+#define DEMUX_EXTENSION_STRATEGY   3
+

Detailed Description

+"demux_strategy" should be set to one of these value in configuration file ( see Configuration structure type.) before xine_init() call.
+See also:
+config_values_t

Define Documentation

+

+ + + + +
+ + +
+#define DEMUX_CONTENT_STRATEGY   2 +
+
+ + + + + +
+   + + +

+Recognize by content only.

+See also:
+config_values_t
+

+ + + + +
+ + +
+#define DEMUX_DEFAULT_STRATEGY   0 +
+
+ + + + + +
+   + + +

+Recognize by content then by extension.

+See also:
+config_values_t
+

+ + + + +
+ + +
+#define DEMUX_EXTENSION_STRATEGY   3 +
+
+ + + + + +
+   + + +

+Recognize by extension only.

+See also:
+config_values_t
+

+ + + + +
+ + +
+#define DEMUX_REVERT_STRATEGY   1 +
+
+ + + + + +
+   + + +

+Recognize by extension then by content.

+See also:
+config_values_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