Media foundation is the recommended technology by Microsoft and it has really supported it by a lot of samples and explanation but all are with the native code
I found a wrapper in sourceforge make me able to use Media Foundation with C# but while I am reading people talk about not every thing can be done by the managed code
I have some tasks to do with MF:
- Capture alive video
- change resolution and baud rate
- Encode video
- decode video
Can I use .net in these tasks or I have to use the native code?Is there samples help (please don't mention msdn one from them)?