Page 1 of 1

libVLC 2.0 no audio visualizations.

Posted: 07 Apr 2012 20:53
by MarchSpring
I've been using nVLC .NET wrapper of the library.

To activate the visualizations, I add the following line:

Code: Select all

IMedia.AddOptions(new string[] { "audio-visual=goom"});
The method is declared as follows:

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);
This worked absolutely fine with libVLC 1.1, but no longer works with 2.0.

Are there any visualization parameters changes in the new version? Maybe libvlc_media_add_option declaration is no longer valid?

Thanks.

Re: libVLC 2.0 no audio visualizations.

Posted: 26 Oct 2014 18:18
by MarchSpring
Can anyone shed some light on this?

Re: libVLC 2.0 no audio visualizations.

Posted: 27 Oct 2014 19:27
by MichaelMc