libVLC 2.0 no audio visualizations.

This forum is about all development around libVLC.
MarchSpring
New Cone
New Cone
Posts: 2
Joined: 07 Apr 2012 20:44

libVLC 2.0 no audio visualizations.

Postby MarchSpring » 07 Apr 2012 20:53

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.

MarchSpring
New Cone
New Cone
Posts: 2
Joined: 07 Apr 2012 20:44

Re: libVLC 2.0 no audio visualizations.

Postby MarchSpring » 26 Oct 2014 18:18

Can anyone shed some light on this?

MichaelMc
Blank Cone
Blank Cone
Posts: 63
Joined: 10 Jun 2009 17:55

Re: libVLC 2.0 no audio visualizations.

Postby MichaelMc » 27 Oct 2014 19:27



Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 27 guests