Re: audio kext plugin
Re: audio kext plugin
- Subject: Re: audio kext plugin
- From: Jeff Moore <email@hidden>
- Date: Mon, 4 Nov 2002 14:33:18 -0800
A few fun facts about the plug-ins defined in
<CoreAudio/AudioDriverPlugIn.h>:
- The API is there to allow drivers to point the HAL at a bundle that
provides the implementation of properties over and above those
documented in <CoreAudio/AudioHardware.h> through the HAL's API.
- Only the driver for a device can specify the bundle to use.
- The path to the bundle is specified in the IO registry entries for an
IOAudioDevice or IOAudioEngine in kIOAudioEngineCoreAudioPlugInKey as a
relative path from /System/Library/Extensions.
- The plug-ins are raw CFBundles that export the entry points listed in
the header, rather than being CFPlugIns or Components.
- There is no documentation save what is in the header and the brief
mention in the "Writing Audio Drivers" pdf.
- There is no sample code.
- There were bugs in the HAL that prevented these plug-ins from working
too well prior to 10.2.
- I'm happy to answer questions.
On Monday, November 4, 2002, at 12:18 PM, Mark Ketilson wrote:
I am a new apple developer and I am beginning to write a USB audio
device plugin to control some of the extra device features. I've
looked at AudioDriverPlugIn.h and at AudioHardware.h but I'm having
trouble getting a good start. If someone could direct me to an
example or some documentation that would be super helpful. I've
looked briefly at the CoreFoundation documentation on plugins but they
seem to apply more to applications... are things different for kext
plugin's? Also, would the midi plugin examples be a good template?
--
Jeff Moore
Core Audio
Apple
_______________________________________________
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.