Hello
How to add the custom properties to capture filter?
I do not mean the custom device property, that could be added using
“EnumPropPages32”, but the properties
of the DirectShow capture filter.
Thnx a lot,
Nikolay
Hello
How to add the custom properties to capture filter?
I do not mean the custom device property, that could be added using
“EnumPropPages32”, but the properties
of the DirectShow capture filter.
Thnx a lot,
Nikolay
I assume that you want to extend default property pages exposed by a filter in DShow graph, right?
In that case you can add your own property page for a custom property set that underlying driver
exposes. Check out “Custom Property Sets and Interfaces” topic in the DDK. It explains what needs
to be done.
– Max.
— Nikolay wrote:
> Hello
> How to add the custom properties to capture filter?
> I do not mean the custom device property, that could be added using
> “EnumPropPages32”, but the properties
> of the DirectShow capture filter.
>
> Thnx a lot,
> Nikolay
>
>
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@yahoo.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
Thanx a lot
“Max Paklin” wrote in message news:xxxxx@ntdev…
>
> I assume that you want to extend default property pages exposed by a
filter in DShow graph, right?
> In that case you can add your own property page for a custom property set
that underlying driver
> exposes. Check out “Custom Property Sets and Interfaces” topic in the DDK.
It explains what needs
> to be done.
>
> – Max.
>
>
> — Nikolay wrote:
> > Hello
> > How to add the custom properties to capture filter?
> > I do not mean the custom device property, that could be added using
> > “EnumPropPages32”, but the properties
> > of the DirectShow capture filter.
> >
> > Thnx a lot,
> > Nikolay
> >
> >
> >
> >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as: xxxxx@yahoo.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
>