How to implement you own custom DirectShow renderer that could work a-la or instead of SampleGrabber?
Asked
Active
Viewed 1,484 times
2 Answers
1
I'd recommend looking into BaseClasses from PlatformSDK. There are C++ classes for Media Renderer. You can use them.

cubesoft
- 3,448
- 7
- 49
- 91
-
yeah the SDK has several "samples" in it – rogerdpack Jul 31 '10 at 14:10