To activate the visualizations, I add the following line:
Code: Select all
IMedia.AddOptions(new string[] { "audio-visual=goom"});
Code: Select all
[DllImport("libvlc", CallingConvention = CallingConvention.Cdecl)]
public static extern void libvlc_media_add_option(IntPtr libvlc_media_inst, [MarshalAs(UnmanagedType.LPArray)] byte[] ppsz_options);
Are there any visualization parameters changes in the new version? Maybe libvlc_media_add_option declaration is no longer valid?
Thanks.