Is anyone know how to generate media foundation TypeLibrary which will then be imported as COM in managed code ? I didn t found any dll or tlb file related to media foundation which i can import in my C#.Net application.
As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...