Re: Set property of filter in program
- From: Iain <Iain@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 21 Feb 2006 08:06:17 +0000
On Tue, 21 Feb 2006 17:38:49 +1000, Vasya Pupkin wrote:
Hi!
I want to set some properties of DShow filter inside my program.
I found that I may display property page by quering
ISpecifyPropertyPages interface and then calling OleCreatePropertyFrame. . .
But I doesn't want to display property window, instead I want to
set some properties without displaying the window.
Is it possible? And if possible, how I may do it?
Best regards,
Vasya.
PS: Sorry for my English.
It depends on the property. Some properties are supported by well defined
interfaces (IAMStreamConfig for example). This is generally the case for
more recent 'standard' filters. 3rd party filters may or may not have
interfaces to control the properties on property pages.
There is a 'hack' which lets you open and modify the property page without
it being displayed. Alessandro posted it sometime last year - you will
need to search this group.
Iain
--
Iain Downs (DirectShow MVP)
Commercial Software Therapist
www.idcl.co.uk
.
- Prev by Date: Re: DirectShow 'AVI Splitter' filter in Windows Mobile 5
- Next by Date: Re: Set property of filter in program
- Previous by thread: MultiMediaStream with quality
- Next by thread: Re: Set property of filter in program
- Index(es):
Relevant Pages
|