Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - How to extract the filter ?: (4 Items)
   
How to extract the filter ?  
Hi all!
     In order to control the vidio playback  ,I want to extract the filter from the graph .Can you give me some advices?
 Otherwise, I can find the declare of MmCreateGraph() in mmedia/mmedia.h,but I can not  find the define,so I can't 
compile successfully,please help me.
     thanks!
Re: How to extract the filter ?  
> Hi all!
>      In order to control the vidio playback  ,I want to extract the filter 
> from the graph .Can you give me some advices? Otherwise, I can find the 
> declare of MmCreateGraph() in mmedia/mmedia.h,but I can not  find the define,
> so I can't compile successfully,please help me.
>      thanks!


I'm sorry, but I don't quite understand what you're asking for.  What do you mean by "extract the filter"?  Do you mean 
remove it from a created graph, or determine which filter is being used?  Which filter are you referring to, there will 
be many in a graph?

Which define are you looking for?
Re: How to extract the filter ?  
Hi Adrian!
    I am sorry for the inexplicit question! I mean that How to control the video play/pause and so on by the filter?
   Thanks!
Re: How to extract the filter ?  
> Hi Adrian!
>     I am sorry for the inexplicit question! I mean that How to control the 
> video play/pause and so on by the filter?
>    Thanks!


Judging by the other posts you've place on the forum, you don't want to bother yourself with MMF at all.  If you are 
using MME, the control of playback is all done through the MMF APIs.  It should be much simpler for you that way.

The only time you need to worry about MMF is if you are writing a filter yourself for a format we do not support, or if 
you have decided for whatever reason, not to use the MME or io-media.