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