|
VLC
3.0.18
|

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... | |
| 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 |
1.8.16