A library allowing .NET access to Windows's Media Foundation technology combined with samples showing how the library works. If you are not a programmer, or are not running on Vista or Windows 7/10, there is nothing in this project that you are going to find useful.
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow Media Foundation .NET
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Excellent implementation!
-
Office suite very well designed for both the amateur and the professional.Thumbs up
-
thanks man, great soft!
-
great. saved me probably days!! thanks dude
-
Brilliant library, just like DirectShowLib but for the Windows Media Foundation. I have a project where I needed to access the Enhanced Video Renderer as a directshow filter. I wasnt sure how to insert the filter into a graph and then use the MF interfaces to configure it. After playing around and looking at some c++ examples I was able to get it working. Its great that both libraries integrate with one another and work. I have however found 2 bugs which I was able to correct using the provided source. If you use the GetNativeVideoSize or GetIdealVideoSize functions on the IMFVideoDisplayControl you will recieve either a NullReferenceException or an AccessControl violation. This is because the variables are not marked with the keyword 'out' on the Size classes they both return. A quick change and recompile of the library soon fixed this. I intend to tell the author but thought I would post on here in case anyone else has same bug.