Skip to content
Snippets Groups Projects

lib: play/add_intf/exit_handler cleanup

Merged Thomas Guillem requested to merge tguillem/vlc:lib-playlist-removal into master
3 files
+ 0
28
Compare changes
  • Side-by-side
  • Inline
Files
3
  • a43c0662
    lib: remove libvlc_playlist_play · a43c0662
    Thomas Guillem authored
    libvlc_InternalPlay() should be used instead (from bin and test). This
    function was confusing as the started playlist was not controllable by
    the LibVLC API.
+ 0
22
@@ -28,28 +28,6 @@
extern "C" {
# endif
/**
* \ingroup libvlc
* \defgroup libvlc_playlist LibVLC playlist (legacy)
* @deprecated Use @ref libvlc_media_list instead.
* @{
* \file
* LibVLC deprecated playlist API
*/
/**
* Start playing (if there is any item in the playlist).
*
* Additional playlist item options can be specified for addition to the
* item before it is played.
*
* \param p_instance the playlist instance
*/
LIBVLC_DEPRECATED LIBVLC_API
void libvlc_playlist_play( libvlc_instance_t *p_instance );
/** @}*/
# ifdef __cplusplus
}
# endif
Loading