How can I add input options (a list of arguments like --sout-all etc) when using the libvlc_media_descriptor_... API? What API function should I call to do this?
I would like to do something similar to libvlc_playlist_add_extended but using the libvlc_media_descriptor_... and libvlc_media_instance_.. APIs.
Thanks!