Manpages

Manpage of Autoplay support

Autoplay support

Section: C Library Functions (3)
Updated: 15 Oct 2001
Index
Return to Main Contents
 

NAME

Autoplay support -  

Functions


char** xine_get_autoplay_input_plugin_ids (xine_t *self)
Request playlist from plugin.
char** xine_get_autoplay_mrls (xine_t *self, char *plugin_id, int *num_mrls)
Request MRL list from plugin.  

FUNCTION DOCUMENTATION

 

char ** xine_get_autoplay_input_plugin_ids (xine_t * self)

Request playlist from plugin.

Parameters:

self
Current xine engine configuration ( see xine_init() )

Returns: Playlist.

Some input plugins can generate autoplay lists returns a list of ids of these plugins.

Parameters:

self

 
 

char ** xine_get_autoplay_mrls (xine_t * self, char * plugin_id, int * num_mrls)

Request MRL list from plugin.

Parameters:

self
Current xine engine configuration ( see xine_init() )
plugin_id
Plugin name ( see xine_get_autoplay_input_plugin_ids() )
num_mrls
Entries in return array.

Returns: MRL list.

Get autoplay MRL list for input plugin named <plugin_id>.

Parameters:

self

 
plugin_id

 
num_mrls

 

 

Index

NAME
Functions
FUNCTION DOCUMENTATION
char ** xine_get_autoplay_input_plugin_ids (xine_t * self)
char ** xine_get_autoplay_mrls (xine_t * self, char * plugin_id, int * num_mrls)

This document was created by man2html, using the manual pages.
Time: 08:02:41 GMT, April 26, 2024