Question about setting Directshow Filter properties
-
Hi, GetMediaType and DecideBufferSize require to know the image width and height from the get go. Is it possible to set the buffer size and stuff after we have started the directshow graph or does all the buffer values need to be known before we begin running the filters. Thanks
-
Hi, GetMediaType and DecideBufferSize require to know the image width and height from the get go. Is it possible to set the buffer size and stuff after we have started the directshow graph or does all the buffer values need to be known before we begin running the filters. Thanks
godspeed123 wrote:
Is it possible to set the buffer size and stuff after we have started the directshow graph
See Dynamic Format Changes in DirectShow[^]
"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder