I'm new to media foundation. Could anyone help me with video playback sample code using Media session technique. I want to add a MFT for a third party decoder (to decode H264 video files). Please help me with code which is already working on Media Foundation.

link|improve this question

9% accept rate
There are plenty of samples you can download from MSDN, including video and audio playback. – keyboardP Jun 7 '11 at 13:56
feedback

closed as not constructive by casperOne Apr 17 at 12:29

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

Look inside Samples -> Multimedia -> Mediafoundation -> Decoder in your Windows SDK installation directory. If you have not installed the SDK yet, get it from here. It contains an example MPEG2 decoder MFT. Also, please do not put so many clauses when you make a request. We can help you with the code but, can not assure that it works with Media Foundation fool-proof.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.