Hi,
I'm developing camera metro app by MediaCapture class.
I have below questions when developing...
1. After AddEffectAsync(), i like to query IUnknown of created MFT instance, how could i do that?
2. In MediaCapture sample, <video> tag can display video from camera by specifying video.src = URL.CreateObjectURL(mediaCaptureMgr, false); is it bcz mediaCapture class inherit Blob or File interface?