nurupo / vlc-pause-click-plugin

Plugin for VLC that pauses/plays video on mouse click
GNU Lesser General Public License v2.1
914 stars 63 forks source link

using the plugin with c# vlclib #42

Closed zandiarash closed 6 years ago

zandiarash commented 6 years ago

Hello dear developer I had added your plugin to my VLC player sucessfully. but I am making my own player using Vlc.DotNet I've copied your dll file in the folder which you said and I'm seeking for something like this:

myVlcControl.VlcMediaplayerOptions = new string[] {
                "--enable-pause_click",
            };

is it a way to use this plugin for my own c# solution ?

nurupo commented 6 years ago

Sorry, I can't help you with that, I don't know anything about Vlc.DotNet.