Search found 3 matches

Go to advanced search

by jethro77
26 Jun 2015 11:45
Forum: Development around libVLC
Topic: Audio Visualization starts in new own window
Replies: 1
Views: 1315

Re: Audio Visualization starts in new own window

Hi AnderJ, Hi know your post is old but I'm trying to use the audio visualization in C# with visual studio 2013 and vlc 2.0, but it doesn't work. This is my code private VlcControl vlcControl; vlcControl = new Vlc.DotNet.Forms.VlcControl(); this.panelVideo.Controls.Add(vlcControl); string[] options ...
by jethro77
26 Jun 2015 10:58
Forum: VLC media player for Windows Troubleshooting
Topic: Missing parameter VLC 2.0 c#
Replies: 1
Views: 468

Re: Missing parameter VLC 2.0 c#

So,
parameter works because if I use

Code: Select all

:no-video
with a url video I cannot see the video.
The problem is with the parameter

Code: Select all

:effect-list:
nobody can to help me? Where I wrong?
by jethro77
25 Jun 2015 18:09
Forum: VLC media player for Windows Troubleshooting
Topic: Missing parameter VLC 2.0 c#
Replies: 1
Views: 468

Missing parameter VLC 2.0 c#

I'm trying to pass the parameters in vlcControl in C#. This is my code: private VlcControl vlcControl; vlcControl = new Vlc.DotNet.Forms.VlcControl(); this.panelVideo.Controls.Add(vlcControl); string[] options = new string[] { ":audio-visual=visual", ":effect-list=spectrum" }; vl...

Go to advanced search