• 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: 3rd party AU vendor info
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 3rd party AU vendor info


  • Subject: Re: 3rd party AU vendor info
  • From: Luke Bellandi <email@hidden>
  • Date: Wed, 16 Oct 2002 14:52:27 -0700

Correct, you want the component name.

Use ->

OSErr GetComponentInfo ( Compoent aComponent,
ComponentDescription *cd,
Handle componentName,
Handle componentInfo,
Handle componentIcon);

<- to get that info.

On 10/16/02 12:58 PM, "Robert Grant" <email@hidden> wrote:

> I'm expanding my app into hosting 3rd party AUs and I'm trying to build
> a menu
> of 3rd party effects but nowhere can I find a property that'll give me
> a human
> readable name for the effect (except maybe "CurrentContext" but I want
> a context
> free name).
>
> I'm now thinking that it's in the ComponentInfo stuff (looking at the
> Java examples) but
> I'm not sure how to work with this in C (from Components.h):
>
> struct ResourceSpec {
> OSType resType; /* 4-byte code */
> short resID; /* */
> };
> typedef struct ResourceSpec ResourceSpec;
> struct ComponentResource {
> ComponentDescription cd; /* Registration
> parameters */
> ResourceSpec component; /* resource where
> Component code is found */
> ResourceSpec componentName; /* name string resource */
> ResourceSpec componentInfo; /* info string resource */
> ResourceSpec componentIcon; /* icon resource */
> };
>
> The info I want is in componentName I believe but how to I get it out
> of a ResourceSpec.
>
> Thanks,
>
> Robert.
> _______________________________________________
> coreaudio-api mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/coreaudio-api
> Do not post admin requests to the list. They will be ignored.
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.

References: 
 >3rd party AU vendor info (From: Robert Grant <email@hidden>)

  • Prev by Date: Multiple Instances, tied to one clock
  • Next by Date: Re: 3rd party AU vendor info
  • Previous by thread: Re: 3rd party AU vendor info
  • Next by thread: Re: 3rd party AU vendor info
  • Index(es):
    • Date
    • Thread