已解决
iOS AVAudioSession 详解
来自网友在路上 153853提问 提问时间:2023-10-07 18:56:07阅读次数: 53
最佳答案 问答题库538位专家为你答疑解惑
iOS AVAudioSession 详解 - 简书
默认没有options,category 7种即可满足条件
- (BOOL)setCategory:(AVAudioSessionCategory)category error:(NSError **)outError API_AVAILABLE(ios(3.0), watchos(2.0), tvos(9.0)) API_UNAVAILABLE(macos);
有options,category 7种不满足条件,使用options组合操作
- (BOOL)setCategory:(AVAudioSessionCategory)category
withOptions:(AVAudioSessionCategoryOptions)options
error:(NSError **)outError
查看全文
99%的人还看了
相似问题
猜你感兴趣
版权申明
本文"iOS AVAudioSession 详解":http://eshow365.cn/6-16898-0.html 内容来自互联网,请自行判断内容的正确性。如有侵权请联系我们,立即删除!
- 上一篇: 大数据软件项目的验收流程
- 下一篇: C语言之动态内存管理篇(1)