开发者

Is it possible to record video with custom audio on iPhone?

开发者 https://www.devze.com 2023-01-06 20:39 出处:网络
So, is there any way I could record video but use m开发者_开发问答y own audio for it with iPhone SDK?

So, is there any way I could record video but use m开发者_开发问答y own audio for it with iPhone SDK? Thanks much for all your ideas!


Should be possible using the new 4.1 apis -- look at AVAssetWriter and AVCaptureSession. AVAssetWriter will allow you to place any inputs, video or audio, to encode into a video.

0

精彩评论

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