I am relatively new to directshow programming, i use a directshow video compression device, using GraphEdit can change the compression settings simply by right clicking on the filter and selecting properties, there a way to do this programmatically?
I tried the VideoMediaType, but i get a single value !? how do I set all the configuration pages?
Configuration http://i.imgur.com/Srpeuyp.png
Pins Interfaces http://i.imgur.com/tlFiJ4j.png
I am programming in Delphi 7 using DSPACK.