The new AU SDK / AudioStreamBasicDescription
The new AU SDK / AudioStreamBasicDescription
- Subject: The new AU SDK / AudioStreamBasicDescription
- From: "Mikael Hillborg" <email@hidden>
- Date: Tue, 4 May 2004 11:54:19 +0200
I'm recompiling my AU plugins on Panther with the new SDK.
After changing AUVParameter to CAAUParameter etc and compiling
I get one link error saying
operator == (AudioStreamBasicDescription const&, AudioStreamBasicDescription
const&)
...failed
And when I check the changes in CoreAudio and the SDK, then it
seems like AudioStreamBasicDescription was moved to- and wrapped in the
CAStreamBasicDescription class, right? I just can't figure out where it's
still referred. Not in my AU code at least. Is that class still referred
in a framework somewhere?
I've cleaned out the old .build folder so there are no old binary
references.
Mikael
_______________________________________________
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.