blob: 95870f2c5aa01fbdc52fd361726fce6e1a72b6a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
.TH "Possible demuxer guessing strategy." 3 "15 Oct 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*-
.ad l
.nh
.SH NAME
Possible demuxer guessing strategy. \-
.SS "Defines"
.in +1c
.ti -1c
.RI "#define \fBDEMUX_DEFAULT_STRATEGY\fP 0"
.br
.ti -1c
.RI "#define \fBDEMUX_REVERT_STRATEGY\fP 1"
.br
.ti -1c
.RI "#define \fBDEMUX_CONTENT_STRATEGY\fP 2"
.br
.ti -1c
.RI "#define \fBDEMUX_EXTENSION_STRATEGY\fP 3"
.br
.in -1c
.SH "DETAILED DESCRIPTION"
.PP
'demux_strategy' should be set to one of these value in configuration file ( see Configuration structure type.) before \fBxine_init\fP() call.
.PP
\fBSee also: \fP
.in +1c
\fBconfig_values_t\fP
.SH "DEFINE DOCUMENTATION"
.PP
.SS "#define DEMUX_CONTENT_STRATEGY 2"
.PP
Recognize by content only.
.PP
\fBSee also: \fP
.in +1c
\fBconfig_values_t\fP
.SS "#define DEMUX_DEFAULT_STRATEGY 0"
.PP
Recognize by content then by extension.
.PP
\fBSee also: \fP
.in +1c
\fBconfig_values_t\fP
.SS "#define DEMUX_EXTENSION_STRATEGY 3"
.PP
Recognize by extension only.
.PP
\fBSee also: \fP
.in +1c
\fBconfig_values_t\fP
.SS "#define DEMUX_REVERT_STRATEGY 1"
.PP
Recognize by extension then by content.
.PP
\fBSee also: \fP
.in +1c
\fBconfig_values_t\fP
|