Commit be639def authored by Philippe Morin's avatar Philippe Morin

Add a method to set playlist in loop mode.

parent 7a5a63a7
...@@ -137,7 +137,10 @@ void libvlc_destroy( libvlc_instance_t *, libvlc_exception_t * ); ...@@ -137,7 +137,10 @@ void libvlc_destroy( libvlc_instance_t *, libvlc_exception_t * );
* LibVLC Playlist handling * LibVLC Playlist handling
* @{ * @{
*/ */
/**
* Set loop variable
*/
void libvlc_playlist_loop( libvlc_instance_t* , vlc_bool_t, libvlc_exception_t * );
/** /**
* Start playing. You can give some additionnal playlist item options * Start playing. You can give some additionnal playlist item options
* that will be added to the item before playing it. * that will be added to the item before playing it.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment