Explain me libvlc_media_add_option_flag(..) API with example in libVlc

This forum is about all development around libVLC.
ChandruVlc
New Cone
New Cone
Posts: 3
Joined: 12 Jun 2018 07:30

Explain me libvlc_media_add_option_flag(..) API with example in libVlc

Postby ChandruVlc » 13 Jun 2018 13:58

Hello,

Can any one explain me what are all the parameteres we can pass to the following API in libVlc.

LIBVLC_API void libvlc_media_add_option_flag(
libvlc_media_t *p_md,
const char * psz_options,
unsigned i_flags );

I don't know what each of these arguments meaning. Please explain me ? possible with example ?

mfkl
Developer
Developer
Posts: 739
Joined: 13 Jun 2017 10:41

Re: Explain me libvlc_media_add_option_flag(..) API with example in libVlc

Postby mfkl » 10 Jul 2018 05:12

Hi,

Have a look at the doc https://www.videolan.org/developers/vlc ... 796160fd3a

And also the code/comments: https://github.com/videolan/vlc/blob/07 ... dia.c#L532

From there you can find code using that function with a search ;)
https://mfkl.github.io


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 34 guests