Functions

LibVLC playlist (legacy)
[LibVLC]

Collaboration diagram for LibVLC playlist (legacy):

Functions

LIBVLC_DEPRECATED LIBVLC_API void libvlc_playlist_play (libvlc_instance_t *p_instance, int i_id, int i_options, char **ppsz_options)
 Start playing (if there is any item in the playlist).

Detailed Description

Deprecated:
Use LibVLC media list instead.

Function Documentation

LIBVLC_DEPRECATED LIBVLC_API void libvlc_playlist_play ( libvlc_instance_t p_instance,
int  i_id,
int  i_options,
char **  ppsz_options 
)

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
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines