summaryrefslogtreecommitdiff
path: root/doc/man/en/man3/autoplay_group.3
blob: 8bbd0928b331b40ce55aca1b4108cee7a58aa2e4 (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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.TH "Autoplay support" 3 "26 Jul 2001" "XINE, A Free Video Player Project - API reference" \" -*- nroff -*-
.ad l
.nh
.SH NAME
Autoplay support \- 
.SS "Functions"

.in +1c
.ti -1c
.RI "char** \fBxine_get_autoplay_input_plugin_ids\fP (\fBxine_t\fP *self)"
.br
.RI "\fIRequest playlist from plugin.\fP"
.ti -1c
.RI "char** \fBxine_get_autoplay_mrls\fP (\fBxine_t\fP *self, char *plugin_id, int *num_mrls)"
.br
.RI "\fIRequest MRL list from plugin.\fP"
.in -1c
.SH "FUNCTION DOCUMENTATION"
.PP 
.SS "char ** xine_get_autoplay_input_plugin_ids (\fBxine_t\fP * self)"
.PP
Request playlist from plugin.
.PP
\fBParameters: \fP
.in +1c
.TP
\fB\fIself\fP\fP
Current xine engine configuration ( see \fBxine_init\fP() ) 
.PP
\fBReturns: \fP
.in +1c
Playlist.
.PP
Some input plugins can generate autoplay lists returns a list of ids of these plugins. 
.PP
\fBParameters: \fP
.in +1c
.TP
\fB\fIself\fP\fP
 
.SS "char ** xine_get_autoplay_mrls (\fBxine_t\fP * self, char * plugin_id, int * num_mrls)"
.PP
Request MRL list from plugin.
.PP
\fBParameters: \fP
.in +1c
.TP
\fB\fIself\fP\fP
Current xine engine configuration ( see \fBxine_init\fP() ) 
.TP
\fB\fIplugin_id\fP\fP
Plugin name ( see \fBxine_get_autoplay_input_plugin_ids\fP() ) 
.TP
\fB\fInum_mrls\fP\fP
Entries in return array. 
.PP
\fBReturns: \fP
.in +1c
MRL list.
.PP
Get autoplay MRL list for input plugin named <plugin_id>. 
.PP
\fBParameters: \fP
.in +1c
.TP
\fB\fIself\fP\fP
 
.TP
\fB\fIplugin_id\fP\fP
 
.TP
\fB\fInum_mrls\fP\fP