summaryrefslogtreecommitdiff
path: root/doc/man/en/man3/autoplay_group.3
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-01-29 11:10:50 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2003-01-29 11:10:50 +0000
commit098a9e1144f620e3d975648920384d233dd85ed1 (patch)
treeccc698aa4ef38b140a74671c15fc7ebdbbdc3420 /doc/man/en/man3/autoplay_group.3
parentaa531ef1fc9c69a8468746d1c5d2e8c6aab2d03a (diff)
downloadxine-lib-098a9e1144f620e3d975648920384d233dd85ed1.tar.gz
xine-lib-098a9e1144f620e3d975648920384d233dd85ed1.tar.bz2
auto* fix: pass 1
CVS patchset: 4036 CVS date: 2003/01/29 11:10:50
Diffstat (limited to 'doc/man/en/man3/autoplay_group.3')
-rw-r--r--doc/man/en/man3/autoplay_group.373
1 files changed, 0 insertions, 73 deletions
diff --git a/doc/man/en/man3/autoplay_group.3 b/doc/man/en/man3/autoplay_group.3
deleted file mode 100644
index c0ba2d407..000000000
--- a/doc/man/en/man3/autoplay_group.3
+++ /dev/null
@@ -1,73 +0,0 @@
-.TH "Autoplay support" 3 "15 Oct 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
- \ No newline at end of file