SupportedNumChannels problem
SupportedNumChannels problem
- Subject: SupportedNumChannels problem
- From: "Kevin Dixon" <email@hidden>
- Date: Tue, 4 Mar 2008 01:45:37 -0500 (EST)
- Importance: Normal
I implemented SupportedNumChannels in my au as shown here
UInt32 sscau::SupportedNumChannels(const AUChannelInfo ** outInfo) {
static const AUChannelInfo myInfo[1] = {{1, 1}};
if(outInfo)
*outInfo = myInfo;
return sizeof(myInfo) / sizeof(AUChannelInfo);
}
But when i run auval on my AU I get format not supported error -10868
Is there something I'm missing? I had this problem before, but I ended up
adding another item to the myInfo, and it went away.
-Kevin
_______________________________________________
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