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 https://i.stack.imgur.com/bNyp4.png
Pins Interfaces https://i.stack.imgur.com/zRi5D.png
I am programming in Delphi 7 using DSPACK.