Using VlcManager with latest Vlc.DotNet

I am trying to use Vlc.DotNet library for my WinForms C # application. I don't want to use the VlcManager from the Core.Interops Vlc.DotNet library, but there is no recent documentation. In an earlier version, you can instantiate VlcControl and VlcManager and set VlcManager to VlcControl, but this is no longer available in the latest version of Vlc.DotNet.

Can anyone tell me how I can add (multiple) VlcControls to the VlcManager? This should reduce memory usage and allow for more functions like NextFrame.

Code I could have used in earlier versions:

Vlc.DotNet.Forms.VlcControl vlcControl = new Vlc.DotNet.Forms.VlcControl();
Vlc.DotNet.Core.Interops.VlcManager vlcManager = new Vlc.DotNet.Core.Interops.VlcManager();
vlcControl.Manager = vlcManager;

      

+3
c # .net dll vlc libvlc


source to share


No one has answered this question yet

See similar questions:

3
Vlc.DotNet NextFrame

or similar:

2397
What are the correct version numbers for C #?
677
How to get the version of an assembly file
134
switch / pattern selection idea
3
Vlc.DotNet - Unable to set volume before playing audio
3
Silverlight memory usage
3
Vlc.DotNet NextFrame
1
Ignore use of directive for specific projects if library doesn't exist
0
How do I use Vlc.DotNet in WPF?
0
Managing VLC.DotNet Hosting in WPF
0
Save C # VLC screenshot



All Articles
Loading...
X
Show
Funny
Dev
Pics