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 ?
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:
is it a way to use this plugin for my own c# solution ?