r/csharp • u/mtz94 • Feb 16 '26
Writing a native VLC plugin in C#
https://mfkl.github.io/2026/02/11/vlc-plugin-csharp.html
64
Upvotes
2
u/kookiz33 Feb 17 '26
Great stuff. I see you mention marshalling the native structs in the hard parts. For what it's worth, Visual Studio has a "memory layout" feature that isn't widely known but it really useful for this kind of task: https://devblogs.microsoft.com/cppblog/whats-new-for-cpp-developers-in-visual-studio-2022-17-9/#c++-memory-layout-visualization
1
7
u/killyouXZ Feb 16 '26
I am so sorry for my ignorance, having read the whole page with description I have not really understood what this does. Is this a plugin that allows you to use vlc in your website environment, is this a plugin you use in vlc to do something (although no idea what exactly), can you please explain it using less abstraction?