Skip to content
Snippets Groups Projects
Commit 34bf07d1 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont
Browse files

libvlc.h: Advertise libvlc_media_list_player_play_item().

parent c9e087db
No related branches found
No related tags found
No related merge requests found
......@@ -593,6 +593,12 @@ VLC_PUBLIC_API void
int i_index,
libvlc_exception_t * p_e );
VLC_PUBLIC_API void
libvlc_media_list_player_play_item(
libvlc_media_list_player_t * p_mlp,
libvlc_media_descriptor_t * p_md,
libvlc_exception_t * p_e );
VLC_PUBLIC_API void
libvlc_media_list_player_stop( libvlc_media_list_player_t * p_mlp,
libvlc_exception_t * p_e );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment