1

How to implement you own custom DirectShow renderer that could work a-la or instead of SampleGrabber?

Skilldrick
  • 69,215
  • 34
  • 177
  • 229
Rella
  • 65,003
  • 109
  • 363
  • 636

2 Answers2

2

http://www.gdcl.co.uk/AppFilter.zip

Geraint Davies
  • 2,847
  • 15
  • 9
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