From 403f01979cef7e03b8322ddb870e3959c8de0f77 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 4 Sep 2002 23:31:05 +0000 Subject: merging in the new_api branch ... unfortunately video_out / vo_scale is broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05 --- doc/xine-lib-API/html/group__demux__strategy.html | 132 ---------------------- 1 file changed, 132 deletions(-) delete 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 deleted file mode 100644 index cf8eef242..000000000 --- a/doc/xine-lib-API/html/group__demux__strategy.html +++ /dev/null @@ -1,132 +0,0 @@ - - -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 Mon Oct 15 01:18:07 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