Re: How to use IOAudioDeviceIconName property?
Re: How to use IOAudioDeviceIconName property?
- Subject: Re: How to use IOAudioDeviceIconName property?
- From: Daniel Mack <email@hidden>
- Date: Fri, 8 May 2009 12:56:10 +0200
On Fri, May 08, 2009 at 12:50:05PM +0200, Daniel Mack wrote:
> > First, your driver has to supply a resource bundle that the HAL can
> > load. The driver tells the HAL the path to this bundle via the registry
> > property on the IOAudioEngine or IOAudioDevice object with the key
> > kIOAudioDeviceLocalizedBundleKey. The value is a path to the resource
> > bundle that is relative to /System/Library/Extensions. There is an
> > example of a driver supplying this bundle in the AudioReflectorDriver
> > sample code in our SDK.
>
> Hmm. I still don't see what you mean. There is no occurance of that keys
> or of any of the functions you mentioned in the sources, not even in
> cutting edge development releases.
>
> The build result looks like this on my machine:
>
> noname:Debug daniel$ pwd
> /Developer/Examples/CoreAudio/HAL/AudioReflectorDriver/build/Debug
> noname:Debug daniel$ find .
Gnaaa. The mailing list software tried to be smarter than me and cut off
the message, probably because of the '.\n'. Again:
noname:Debug daniel$ pwd
/Developer/Examples/CoreAudio/HAL/AudioReflectorDriver/build/Debug
noname:Debug daniel$ find .
./AudioReflectorDriver.kext
./AudioReflectorDriver.kext/Contents
./AudioReflectorDriver.kext/Contents/.DS_Store
./AudioReflectorDriver.kext/Contents/Info.plist
./AudioReflectorDriver.kext/Contents/MacOS
./AudioReflectorDriver.kext/Contents/MacOS/AudioReflectorDriver
./AudioReflectorDriver.kext/Contents/Resources
./AudioReflectorDriver.kext/Contents/Resources/.DS_Store
./AudioReflectorDriver.kext/Contents/Resources/English.lproj
./AudioReflectorDriver.kext/Contents/Resources/English.lproj/InfoPlist.strings
./AudioReflectorDriver.kext/Contents/Resources/English.lproj/Localizable.strings
./libARFloatSupport.a
Is there any more resources you can point me to? Did I miss your point?
Thanks,
Daniel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden