Re: PhantomAudioDriver
Re: PhantomAudioDriver
- Subject: Re: PhantomAudioDriver
- From: Jaeho Chang <email@hidden>
- Date: Thu, 2 May 2002 09:57:22 +0900
Laurent,
I advise you take a look at the AppleUSBAudio driver in Darwin, and
subclass your driver from it as it already is conformant to USB audio
specifications.
After some inquiries, it turns out that usual convention for Darwin
drivers is that the AppleXXX driver should not be intended to be
subclassed (also there is some technical arguments arounf
OSBundleCompatibleVersion property).
So I should have said : take a look at the AppleUSBAudio driver and get
inspiration of it :-)
OK. I'm going to look at it but not subclass it. ;-)
Thanks a lot.
Jaeho.
_______________________________________________
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.