VLC plugin framework for dotnet
Problem to solve
Some dotnet users would like lower access to the VLC core.
Intended users
dotnet libvlcsharp users who want advanced customization.
Proposal
With dotnet 5's official support for native exports, it would be possible in theory to build a VLC plugin in dotnet, that can be loaded and called from the VLC Core. Once that's done, we could provide a framework/bootstrapper nuget that'd allow users to write their own VLC plugin easily.
- https://wiki.videolan.org/Hacker_Guide/How_To_Write_a_Module/
- https://wiki.videolan.org/OutOfTreeCompile/
Documentation
Lots I guess.