Hello, All.

Please help me to find a way to implement custom COM interface for AVStream
filter's pin.
I want use this interface in my application to control some features of
filter's pin.
In steaming minidrivers architecture there was a way to cause ksproxy to
load
a COM server when my pin was created. It was performed declaring
"HKR,PinFactory\0\Interfaces\...."
in the driver's INF file.
Does there is possibility to implement something similar in AVStream?

Andrey

Re: AVStream pin custom interface by Tim

Tim
Wed Sep 13 01:10:26 CDT 2006

"Andrey" <andrej@telemed.lt> wrote:
>
>Please help me to find a way to implement custom COM interface for AVStream
>filter's pin.
>I want use this interface in my application to control some features of
>filter's pin.
>In steaming minidrivers architecture there was a way to cause ksproxy to
>load
>a COM server when my pin was created. It was performed declaring
>"HKR,PinFactory\0\Interfaces\...."
>in the driver's INF file.
>Does there is possibility to implement something similar in AVStream?

Of course. That is a feature of KSProxy.ax, and KSProxy wraps AVStream and
BDA drivers exactly the same as it does KS drivers.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.

Re: AVStream pin custom interface by Andrey

Andrey
Fri Sep 15 02:17:44 CDT 2006

Thank you for response.
Actually it was my error in INF file (comment line in C++ notation).

"Tim Roberts" <timr@probo.com> wrote in message
news:v28fg2pra7cq0c57jr0fvn8saqsaj5gb22@4ax.com...
> "Andrey" <andrej@telemed.lt> wrote:
>>
>>Please help me to find a way to implement custom COM interface for
>>AVStream
>>filter's pin.
>>I want use this interface in my application to control some features of
>>filter's pin.
>>In steaming minidrivers architecture there was a way to cause ksproxy to
>>load
>>a COM server when my pin was created. It was performed declaring
>>"HKR,PinFactory\0\Interfaces\...."
>>in the driver's INF file.
>>Does there is possibility to implement something similar in AVStream?
>
> Of course. That is a feature of KSProxy.ax, and KSProxy wraps AVStream
> and
> BDA drivers exactly the same as it does KS drivers.
> --
> - Tim Roberts, timr@probo.com
> Providenza & Boekelheide, Inc.