How to change Directshow filter properties C++

后端 未结 3 779
夕颜
夕颜 2020-12-04 02:56

How to change Filter Properties programmatically?

I am using a filter AAC encoder, and I can manually change its bitrate in graphedit

3条回答
  •  执念已碎
    2020-12-04 03:29

    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

提交回复
热议问题