Hi, I have some custom DirectShow filters (for Encoding / Deconding / Mux / Demux).
and I want to use them on Media Foundation as MFTs.
I have heard some people say:
"Microsoft claims all DirectShow filters only have to add a few code to migrate to MFTs"
acturally, I doubt there is a quick way. because the methods, APIs between DShow and MediaFoundation are different.
But since somebody tell me this information, I would like to ask :
"Is this true? and how could I do the quick migration?"
Thanks in advance.