是否可以使用 AVAssetWriter 录制视频并仍然播放背景声音
可能的重复:
AVCaptureSession 取消背景音频
我正在使用 AVCaptureSession 录制没有声音的视频资源。但是是否可以配置 AVAudioSession 来继续 iPod 音频播放背景音乐?
Possible Duplicate:
AVCaptureSession cancels background audio
I am using AVCaptureSession to record video asset with no sound. But is it possible to configure AVAudioSession to continue iPod audio playing background music?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有使用过 AVAssetWriter,但我打算使用。
到目前为止,我在
AVAudioPlayer
在我的应用程序中播放音乐的同时获得了AVAudioRecorder
录音。编辑:但现在看来这不是你想要的。也许尝试修改你的问题以使其清晰,可能会得到更多答案。 :)
I have not used AVAssetWriter yet, but I am planning to.
So far, I got a
AVAudioRecorder
recording at the same time as anAVAudioPlayer
is playing music in my app.Edit: But now it seems like that's not what you were looking for. Maybe try to revise your question for clearness and it might get some more answers. :)