Audio PlugIn
Audio PlugIn
- Subject: Audio PlugIn
- From: "Sean Morrell" <email@hidden>
- Date: Mon, 26 Nov 2001 18:49:59 -0800
Below is some documentation from the header AudioDriverPlugIn.h of the
CoreAudio framework. It mentions the IOAudio driver family describes how
to specify a CFBundle plugin to load. However I cannot find this
information. How do I specify my plugin?
Thanks,
Sean
Documentation from AudioDriverPlugIn.h
//==========================================================
// Theory of Operation
//
// Drivers can specify a CFBundle in order to implement device specific
// properties on behalf of the HAL. The CFBundle provides routines for
// opening and closing the device as well as the property management
// routines. The mechanism by which the driver specifies which CFBundle
// to load is defined by the IOAudio driver family in IOKit. The following
// routines are loaded by name from the CFBundle.
//==========================================================