]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
stream_filter/httplive.c: Improve detection of HTTP Live Streaming detection to all...
[vlc] / include / vlc_playlist.h
index 732d9439bf34ab4edd3527ee788d3d83bfe3af2f..5ea1089c3ea8dae528f7c307cc7ce1a9864aba12 100644 (file)
@@ -323,6 +323,8 @@ VLC_EXPORT( int, playlist_ServicesDiscoveryAdd, (playlist_t *, const char *));
 VLC_EXPORT( int, playlist_ServicesDiscoveryRemove, (playlist_t *, const char *));
 /** Check whether a given SD is loaded */
 VLC_EXPORT( bool, playlist_IsServicesDiscoveryLoaded, ( playlist_t *,const char *));
+/** Query a services discovery */
+VLC_EXPORT( int, playlist_ServicesDiscoveryControl, ( playlist_t *, const char *, int, ... ) );