Re: ClassInfo & PresentPreset confusion
Re: ClassInfo & PresentPreset confusion
- Subject: Re: ClassInfo & PresentPreset confusion
- From: Pavol Markovic <email@hidden>
- Date: Tue, 11 Oct 2005 16:14:10 +0200
On Oct 11, 2005, at 4:04 PM, Muon Software Ltd - Dave wrote:
You set 4 output buses in constructor, and return supported channel
configuration as { { 0, 2 } }
Which function must you override to return supported channel
configurations?
Here's the example:
UInt32 AUSynth::SupportedNumChannels(const AUChannelInfo** outInfo)
{
static const AUChannelInfo asChannelInfo[] = { { 0, 2 } };
if ( outInfo )
*outInfo = asChannelInfo;
return 1;
}
_______________________________________________
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