QVisu
Qt-based visualization for smart homes
|
Functions | |
LIBVLC_DEPRECATED LIBVLC_API void | libvlc_playlist_play (libvlc_instance_t *p_instance, int i_id, int i_options, char **ppsz_options) |
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.
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 |