Re: VLC media player help
Re: VLC media player help
Does it have to be VLC media player? As an alternative, I would suggest the Windows Media Foundation. From WinVista -> https://learn.microsoft.com/en-us/wi...ed-media-files From Win8 you can also use the interfaces IMFMediaEngine / IMFMediaEngineEx.
https://learn.microsoft.com/en-us/wi...imfmediaengine
https://learn.microsoft.com/en-us/wi...fmediaengineex
Re: VLC media player help
Quote:
Originally Posted by
-Franky-
Does this work in .Net? All the code samples are C++. I know I can embed a Windows Media Player control on a form, but I was looking for something with a few more features...
Re: VLC media player help
Quote:
Originally Posted by
nbrege
Does this work in .Net? All the code samples are C++. I know I can embed a Windows Media Player control on a form, but I was looking for something with a few more features...
Yes, it works in all programming languages that can handle COM. You might have to describe which features your player should have.
You can use COM interfaces in VB.NET via <ComImport>. The rest are normal DLL calls, const, structs and enums.