I tried to write a sample program using the quicktime API to play an
audio file. I am using X Code 1.5 on OS X Panther. The included
frameworks in the project are QuickTime, Carbon, CoreServices,
ApplicationServices and also libstdc++
The program is compiling but on execution the error is :
ZeroLink: unknown symbol '_SndStartFilePlay'
Executable "quick_play_xcode" has exited due to signal 6 (SIGABRT).
Compiling with gcc fails with the same error.
The header sound.h says the function is obsolete now and also the
declaration is commented out. Is there a newer function to do the same
job? I am new to quicktime so please suggest a learning path.
Also the aim will be to build a VOIP application library which
supports Audio codecs like G711 and Video codecs like H263. Does
quicktime support these codecs? If we have to support these codes will
CoreAudio be a better approach or is it possible to easily add support
for these codes?
Thanks in advance
Ansu
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-API mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-api/email@hidden