interruptionListener in iPhone
interruptionListener in iPhone
- Subject: interruptionListener in iPhone
- From: Sameera Benagal <email@hidden>
- Date: Mon, 9 Mar 2009 19:29:39 +0530
Hi ,
My recording application has interruption listener handler that will pause the recording on the incoming call and resume the recording after ignoring the call. interruptionlistener(...) { if(interruption begins) //pause the recording if(interruption ends) AudioSessionSetActive(true); //resume recording }
This works well when i record for the first time(when interrupted, ignored the call, resume recording). But next time when I do start recording, using AudioSessionSetProperty(kAudioQueueProperty_EnableLevelMetering, true) returns 560030580(!act) error.
Kindly guide me on getting AudioQueueLevelMeterState?
Thanks and Regards Sameera |
_______________________________________________
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