Re: The new AU SDK / AudioStreamBasicDescription
Re: The new AU SDK / AudioStreamBasicDescription
- Subject: Re: The new AU SDK / AudioStreamBasicDescription
- From: Doug Wyatt <email@hidden>
- Date: Thu, 6 May 2004 12:44:11 -0700
I forget, CAStreamBasicDescription.h may have contained an inline
implementation in the past, but I believe now you need to add
CAStreamBasicDescription.cpp to the project (sorry, I'm replying
quickly and am not looking things up -- hope this pointer is better
than no reply ;-).
Doug
On May 4, 2004, at 2:54, Mikael Hillborg wrote:
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.