Re: AU incorrectly reports Dynamic Configuration capability ???
Re: AU incorrectly reports Dynamic Configuration capability ???
- Subject: Re: AU incorrectly reports Dynamic Configuration capability ???
- From: Chris <email@hidden>
- Date: Mon, 14 Aug 2006 23:00:51 +0200
Hi,
_AUChannelInfo.inChannels = -1;
_AUChannelInfo.outChannels = 2;
This just says you can have any number of channels on input (-1), but
stereo on output. It isn't a dynamic config setting
Yes, I don't want dynamic config setting. auval was complaining about
it, which was quite troubling.
return 2;
This is wrong I think - you are returning **1** AUChannelInfo struct,
not 2. I think the second one is garbage - which is why auval is
probably thinking you are reporting dynamic config when you aren't.
..ok, thanks. I misunderstand the function returned value.
I corrected them and now, my AU is validating finely.
Thanks,
Best regards
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden