当前位置:首页 > 编程笔记 > 正文
已解决

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 内容来自互联网,请自行判断内容的正确性。如有侵权请联系我们,立即删除!