kAudioUnitParameterFlag_CFNameRelease Question
kAudioUnitParameterFlag_CFNameRelease Question
- Subject: kAudioUnitParameterFlag_CFNameRelease Question
- From: Jeremy Sagan <email@hidden>
- Date: Mon, 07 Aug 2006 16:16:35 -0400
I recently noticed that I was not honoring
kAudioUnitParameterFlag_CFNameRelease correctly.
For automation, I need to get a bunch of information on parameters
from my real-time thread and have been successfully calling
AudioUnitGetProperty with kAudioUnitProperty_ParameterInfo to do so.
Now, I notice that in order to not leak memory, I need to call
CFRelease to release the parameter infos CFStringRef(s). Is this safe/
recommended to do from a real-time thread?
Jeremy Sagan
Sagan Technology
www.sagantech.biz
_______________________________________________
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