]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_media_list_player.h
media_list_player: Make sure we'll correctly play next item, instead of setting the...
[vlc] / include / vlc / libvlc_media_list_player.h
index d2f21515cd2cce6f46075c396cf16bef35a66374..020ba79835c948ef204374703633eb94b6160fb9 100644 (file)
@@ -64,6 +64,14 @@ VLC_PUBLIC_API libvlc_media_list_player_t *
 VLC_PUBLIC_API void
     libvlc_media_list_player_release( libvlc_media_list_player_t * p_mlp );
 
+/**
+ * Return the event manager of this media_list_player.
+ *
+ * \param p_mlp media list player instance
+ */
+VLC_PUBLIC_API libvlc_event_manager_t *
+    libvlc_media_list_player_event_manager(libvlc_media_list_player_t * p_mlp);
+
 /**
  * Replace media player in media_list_player with this instance.
  *