AUGraphRemoveNode and kAudioUnitUninitializeSelect
AUGraphRemoveNode and kAudioUnitUninitializeSelect
- Subject: AUGraphRemoveNode and kAudioUnitUninitializeSelect
- From: Eric Eizenman <email@hidden>
- Date: Tue, 6 Jul 2004 11:29:11 -0700
AUGraphRemoveNode() removes the specified node from the graph. There is
a call to AUGraphRemoveNode() from AudioUnitHosting::SetTargetUnit()
which sets the new selected AU in the graph.
I was expecting to see a subsequent call to DoCleanup()
(kAudioUnitUninitializeSelect) from AUGraphRemoveNode(), but there
isn't. For testing I was using the SampleEffect and AudioUnitHosting
examples.
I remember someone mentioning that AudioUnitHosting doesn't clean up at
all, but I think that it's another issue.
Am I missing something ?
------------------------------------------------------------------
Eric Eizenman
BIAS Inc., Audio Software Development
------------------------------------------------------------------
_______________________________________________
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.