[vlc-devel] libvlc_media_add_option issue
mlist at marxbitware.com
mlist at marxbitware.com
Sun Jun 15 20:14:00 CEST 2008
If I call libvlc_new(argv.Length, argv, ref ex) with the following
string array, I will get a visualisation when playing media:
string[] argv = new string[] { "-I", "dummy", "--ignore-config",
"--audio-visual", "Goom" };
If I pass the same options to libvlc_media.add_option(options, ref ex)
I don't get the visualisations.
I tried this string also:
string[] options = new string[] { "--audio-visual", "Goom" };
More information about the vlc-devel
mailing list