Re: Finding documentation about error codes
Re: Finding documentation about error codes
- Subject: Re: Finding documentation about error codes
- From: Laurent Cerveau <email@hidden>
- Date: Mon, 10 Jan 2005 13:27:44 +0100
If I am correct, as four char code 1954115647 = 'typ?'
And in AudioFile.h :
enum {
kAudioFileUnspecifiedError = 'wht?',
kAudioFileUnsupportedFileTypeError = 'typ?',
.....
};
Hope this helps
laurent
On Jan 10, 2005, at 10:25 AM, Kevin Golding wrote:
I am trying to get started with coreaudio to do a
little recording project.
I have downloaded the 'PlayAudioFileLite' project and
made some trivial changes. Now when I try to run it it
falls over with an error number.
Stepping through with the debugger seems to suggest
that the offending statement is a call to
AudioFileOpen, which returns with 1954115647.
I have tried searching for as much documentation as I
can. The best I have come up with as a PDF called
CoreAudio.pdf.
this pdf has exactly the following to say on the
subject of 'AudioFileOpen'...
_______________________________________________
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