How to create a custom core audio properties in my driver ?
How to create a custom core audio properties in my driver ?
- Subject: How to create a custom core audio properties in my driver ?
- From: Alain Crétet <email@hidden>
- Date: Fri, 27 Sep 2002 11:25:56 +0200
- Thread-topic: How to create a custom core audio properties in my driver ?
I want to extend the audio control of my audio driver, the only explanation I have found is on the "Writing Audio Device Drivers"
http://developer.apple.com/techpubs/macosx/Darwin/IOKit/DeviceDrivers/WritingAudioDrivers/AudioFamilyDesign/Custom_Core__Properties.html
I found some examples code on the AppleOnboardAudio project : AOAHALPlugin.c and AOAHALPlugin.h
In the AOAHAL target I can see the CoreAudio.framework
When I create a new project I select the CFBundle and after I could see the CoreFoundation.framework.
Should I delete the CoreFoundation.framework and add the CoreAudio.framework ?
Can I have more detail about creation of HALplugin
Thank for your help.
Alain
_______________________________________________
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.