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 ?