Hello,
Is there any way to change the directshow filter's property without displaying the property page? I'd like to force a Vorbis decoder to output audio in the 16 bit format.
There is no standard way. It's up to the filter designer to dictate how properties of a filter are set. Many filters expose a COM interface for getting and setting properties, and the property page is just a nice GUI front-end to this interface. Check to see what interfaces the Vorbis decoder filter exposes.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.