开发者

How to pause recording using AudioQueues in iPhone?

开发者 https://www.devze.com 2022-12-27 15:51 出处:网络
I am using AudioQueue for r开发者_如何学Goecording voice. I want to know how can we pause the recording ?

I am using AudioQueue for r开发者_如何学Goecording voice. I want to know how can we pause the recording ?

Thanks


Well, there is:

AudioQueuePause(audioQueue);

where audioQueue is the reference to your AudioQueue. For more information, check out the Audio Queue Services Reference for iPhone or Mac OSX.

0

精彩评论

暂无评论...
验证码 换一张
取 消