VLC  3.0.21
Files | Functions
LibVLC playlist (legacy)
Collaboration diagram for LibVLC playlist (legacy):

Files

file  deprecated.h
 

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). More...
 

Detailed Description

Deprecated:
Use LibVLC media list instead.

Function Documentation

◆ libvlc_playlist_play()

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_instancethe playlist instance
i_idthe 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_optionsthe number of options to add to the item
ppsz_optionsthe options to add to the item