Commit 34bf07d1 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

libvlc.h: Advertise libvlc_media_list_player_play_item().

parent c9e087db
......@@ -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 );
......
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