• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: ClassInfo & PresentPreset confusion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • RE: ClassInfo & PresentPreset confusion
      • From: "Muon Software Ltd - Dave" <email@hidden>
References: 
 >RE: ClassInfo & PresentPreset confusion (From: "Muon Software Ltd - Dave" <email@hidden>)

  • Prev by Date: RE: ClassInfo & PresentPreset confusion
  • Next by Date: Re: ClassInfo & PresentPreset confusion
  • Previous by thread: RE: ClassInfo & PresentPreset confusion
  • Next by thread: RE: ClassInfo & PresentPreset confusion
  • Index(es):
    • Date
    • Thread