Re: counting specific audio units in audiograph
Re: counting specific audio units in audiograph
- Subject: Re: counting specific audio units in audiograph
- From: Robert Carroll <email@hidden>
- Date: Tue, 03 Dec 2013 23:12:22 -0500
Thanks very much for the suggestions.
regards,
rob
On Dec 3, 2013, at 5:22 PM, David Hicks wrote: I think you should try
testDescription.componentType == kAudioUnitSubType_AudioFilePlayer) instead of testDescription.component SubType.
Here's code I use in my app:
AudioComponentDescription desc; AudioUnit unit; result = AUGraphNodeInfo(kbPrGraph, node, &desc, &unit);
if (desc.componentType == kAudioUnitType_Output) {
David Hicks
On Dec 2, 2013, at 4:55 PM, Robert Carroll < email@hidden> wrote: AUGraphNodeInfo
|
_______________________________________________
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