Hi,
I've looked at the Media capture sample and how it uses the supplied GrayScale transform. While the bulk of it makes perfect sense, I'd like to understand how to build a transform on my own. That is, build a new Windows Runtime Component that contains a
custom MFT transform. Inspecting the code, I understand some bits (which class to inherit, etc.) but not all. For example, I'm unsure of the significance of "GrayscaleTransform.idl" and how that is generated. Is there a documentation on how to build a custom
transform from scratch?
Thanks in advance,
Stefan