Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change Directshow filter properties C++

How to change Filter Properties programmatically?

I am using a filter AAC encoder, and I can manually change its bitrate in graphedit by right clicking on the filter and entering the bitrate value.

Is it possible to do the same through code?

Please give me valuable suggestions and if possible with code.

like image 552
Shiva Kumar Avatar asked Jan 26 '26 09:01

Shiva Kumar


1 Answers

You do this via private filter-specific interface. You need to refer to filter documentation or SDK to get details on this (VSS Tech Support). Sometimes you can obtain the necessary information from type library.

See:

  • Controlling variables in filter remotely
  • with out property page, How can I input a value through codes?
  • Define a Mechanism for Setting the Property on MSDN
like image 160
Roman R. Avatar answered Jan 27 '26 23:01

Roman R.



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!