Re: Quicktime media type creation and registration
Re: Quicktime media type creation and registration
- Subject: Re: Quicktime media type creation and registration
- From: William Stewart <email@hidden>
- Date: Fri, 20 Feb 2004 17:38:52 -0800
Are you talking about an audio codec?
If so, if you look in the CoreAudio SDK (/Developer/Examples/CoreAudio)
you'll see both code for writing an AudioCodec - which is how you
should bring up your audio codec. Then, for the moment to have this
work with QuickTime, there's also what we call a 'smac' component -
this is a SoundMgr wrapper around your Audio Codec and this will
present your audio codec (which is alot easier to write) to the current
SndMgr based QuickTime... There is guidelines here about how to do this
so that your AudioCodec will then be preferred when QT moves off the
SoundMgr.
Bill
On 19/02/2004, at 1:08 PM, Ken Hawkins wrote:
are there any examples of this beyond the MYComponent examples up
there? we have a encoder/decoder for our media type and are trying to
get it to work with Quicktime. all i need are a good example of this
and the steps that is required to install and add this decoder on a
system running quicktime..... oh and my two front teeth i need those
as well.
thanks,
ken;
_______________________________________________
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.
--
mailto:email@hidden
tel: +1 408 974 4056
________________________________________________________________________
__
"Much human ingenuity has gone into finding the ultimate Before.
The current state of knowledge can be summarized thus:
In the beginning, there was nothing, which exploded" - Terry Pratchett
________________________________________________________________________
__
_______________________________________________
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.