mjmeans / Media-extensions-sample

Media extensions sample conversion to UWP
Other
2 stars 0 forks source link

Media extensions sample

This is an attempt to add Windows Universal projects to the C#/C++ sample published by MS at https://code.msdn.microsoft.com/windowsapps/Media-extensions-sample-7b466096

The goal for this project is to develop Windws Universal versions of all the Media Foundation Transform Extensions using Windows Runtime Component project types. So no DLL project types or it's typical dllmain.cpp, .idl, .def, or targetver.h files.

New projects:

To load and run these projects, you must use Visual Studio 2015 since Visual Studio 2013 does not support Windows 10 Universal projects and Visual Studio 2017 does not support Windows 8.1 project types. Visual Studio 2015 is the only version that supports both forms for Windows Runtime Components.