libvlc_playlist (Deprecated)
[libvlc]

Collaboration diagram for libvlc_playlist (Deprecated):
LibVLC Playlist handling (Deprecated). More...

Data Structures

struct  libvlc_playlist_item_t

Functions

VLC_DEPRECATED_API void libvlc_playlist_play (libvlc_instance_t *, int, int, char **, libvlc_exception_t *)
 Start playing (if there is any item in the playlist).

Detailed Description

LibVLC Playlist handling (Deprecated).

Deprecated:
Use media_list
Deprecated:
Use media_list

Function Documentation

VLC_DEPRECATED_API void libvlc_playlist_play ( libvlc_instance_t ,
int  ,
int  ,
char **  ,
libvlc_exception_t  
)

Start playing (if there is any item in the playlist).

Additionnal playlist item options can be specified for addition to the item before it is played.

Parameters:
p_instance the playlist instance
i_id the item to play. If this is a negative number, the next item will be selected. Otherwise, the item with the given ID will be played
i_options the number of options to add to the item
ppsz_options the options to add to the item
p_e an initialized exception pointer

References playlist_item_array_t::i_size, playlist_t::items, libvlc_priv(), libvlc_instance_t::p_libvlc_int, libvlc_priv_t::p_playlist, playlist_Control(), PLAYLIST_PLAY, and VLC_UNUSED.


Generated on Sat Nov 21 08:06:01 2009 for VLC by  doxygen 1.5.6