|
|
|
date: Mon, 23 Jun 2008 23:26:13 -0700 (PDT),
group: microsoft.public.win32.programmer.directx.audio
back
Re: IBasicAudio interface not working on windows Vista
On Jun 24, 11:32 am, "The March Hare [MVP]"
<themarchh...@alice.in.wonderland> wrote:
> On Mon, 23 Jun 2008 23:26:13 -0700 (PDT), vipin wrote:
> > When i debugged, I found that there were no calls coming to
> > put_Volume & get_volume, when running on Vista.
>
> What do you mean by "no calls coming to"? Who is supposed to make the
> calls?
>>>>>The calls will initiate in the audio renderer filter where it is implemented, upto the application. The whole scenario is being governed by filter graph manager.
>
> Do you mean that you're calling these functions directly in your filter?
>>>>>I have obtained an reference to IBasicAudio interface in my filter.I am calling them after getting the reference to the IBasicAudio Interface??? It is working fine in WinXP but not on Vista
>
> I use IBasicAudio::put_Volume and IBasicAudio::get_Volume in my app on XP
> and Vista with no changes in the code. I am calling them from the app, not
> from a filter. If you're using them in the filter, have you tried using
> them in the app instead?
>
> --
> Please read this before replying:
> 1. Dshow & posting help: http://tmhare.mvps.org/help.htm
> 2. Trim & respond inline (please don't top post or snip everything)
> 3. Benefit others: follow up if you are helped or you found a solution
date: Tue, 24 Jun 2008 02:57:52 -0700 (PDT)
author: vipin
|
|