Re: use Oscilloscope filter programmatically
From: Alessandro Angeli [MVP::DigitalMedia] (nobody_at_nowhere.in.the.net)
Date: 03/16/04
- Previous message: Michael Ruck: "Is KS_TVTUNER_CHANGE_INFO notification supported?"
- In reply to: Alan: "use Oscilloscope filter programmatically"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 16 Mar 2004 21:50:05 +0100
Alan wrote:
> I have to preview my video created by DES with the
> oscilloscope. Directx help ask us to use oscilloscope
> filter in graphedit, but how can I call the filter
> programmatically?
If you mean "create an instance of it", any way you like: it
depends on how you package your COM object. If you package
it as a self-registering COM server in .ax file, register it
an use CoCreateInstance(), like most of the sample do.
> How can I add the filter the the graph?
IFilterGraph::AddFilter() or IGraphBuilder::AddFilter().
> BTW, how can I define my CLSID for oscilloscope?
GuidGen.exe in the Platform SDK or VisualStudio and other
SDKs.
-- /** * Alessandro Angeli * * MVP :: Digital Media * * a dot angeli at biosys dot net */
- Previous message: Michael Ruck: "Is KS_TVTUNER_CHANGE_INFO notification supported?"
- In reply to: Alan: "use Oscilloscope filter programmatically"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|