Re: AudioUnitProperty discovery
Re: AudioUnitProperty discovery
- Subject: Re: AudioUnitProperty discovery
- From: Chris Rogers <email@hidden>
- Date: Mon, 5 Nov 2001 11:38:21 -0800
There is no mechanism to query for the supported properties of AudioUnits
similar to parameters. It is possible to see if a property is supported
by calling AudioUnitGetPropertyInfo(). An error should be returned if
the property is not supported. I believe we will be documenting the
standard properties which generic AudioUnits must support, but this is
not yet available...
Chris
Is there a way to iterate over all the properties for an AudioUnit?
Looking at the docs/headers it seems it is only possible to get
property values if you know the ID in advance. I would like to
query an AudioUnit for the property IDs it supports, similar to
how I can get a list of parameter IDs.
Tomy
--