Re: AudioFileTypeAndFormatID
Re: AudioFileTypeAndFormatID
- Subject: Re: AudioFileTypeAndFormatID
- From: Shaun Wexler <email@hidden>
- Date: Sun, 6 Mar 2005 10:41:20 -0800
On Mar 6, 2005, at 10:28 AM, Craig Bakalian wrote:
Hi,
When I try to use the struct AudioFileTypeAndFormatID in my Cocoa - Objective C project with the AudioToolbox linked, I get the following error. What is up with this? The UInt32s are set properly.
this is the line in the function ->
<x-tad-smaller>
</x-tad-smaller>AudioFileTypeAndFormatID tf = {audioFileType, formatIDs[i]};<x-tad-smaller>
BGAudioFile.m:106: error: `AudioFileTypeAndFormatID' undeclared (first use in this function) (Each undeclared identifier is reported only once for each function it appears in.)
BGAudioFile.m:106: error: parse error before "tf"</x-tad-smaller>
<x-tad-smaller>
</x-tad-smaller>AudioFileTypeAndFormat tf = {audioFileType, formatIDs[i]};
--
Shaun Wexler
MacFOH
http://www.macfoh.com
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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