Re: Replace default audio renderer in Dshow video Graph ? C++
- From: "Alessandro Angeli [MVP::DigitalMedia]" <nobody@xxxxxxxxxxxxxxxxxx>
- Date: Sun, 15 May 2005 21:33:52 +0200
The March Hare [MVP] wrote:
> Approach 1: You can use intelligent connect to build
> your graph which will use the Default DirectSound Device
> (see quote below). Then you can remove the default audio
> filter from the graph by disconnecting its input pin and
> removing it from the graph.
>
> Approach 2: Build your graph manually.
Approach 3: add the chosen audio renderer to the graph
*before* RenderFile() so that intelligent connect will (at
least should) pick the already added one instead of using
the default device.
--
// Alessandro Angeli
// MVP :: Digital Media
// a dot angeli at psynet dot net
.
- Follow-Ups:
- Re: Replace default audio renderer in Dshow video Graph ? C++
- From: The March Hare [MVP]
- Re: Replace default audio renderer in Dshow video Graph ? C++
- References:
- Re: Replace default audio renderer in Dshow video Graph ? C++
- From: The March Hare [MVP]
- Re: Replace default audio renderer in Dshow video Graph ? C++
- Prev by Date: Re: Source of the NullRenderer
- Next by Date: Re: Source of the NullRenderer
- Previous by thread: Re: Replace default audio renderer in Dshow video Graph ? C++
- Next by thread: Re: Replace default audio renderer in Dshow video Graph ? C++
- Index(es):
Relevant Pages
|