
音/视频播放
芳芳Hi
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
iOS 音频播放 —— AVAudioSession
An audio session is a singleton object that you employ to set the audio context for your app and to express to the system your intentions for your app’s audio behavior.上面是摘自官方文档的介绍。大体就是说明一下 AVAudioSes...转载 2018-03-05 14:56:54 · 2653 阅读 · 0 评论 -
iOS多个视频拼接合成为一个视频
NSBundle *mainBundle = [NSBundle mainBundle]; NSString *firstVideo = [mainBundle pathForResource:@"prefixSourceVideo" ofType:@"mp4"]; NSArray *tArray = @[[NSURL fileURLWithPath:firstVide...原创 2018-03-05 16:30:20 · 9732 阅读 · 0 评论