在 iOS 中的音频会话期间在蓝牙耳机之间切换?
假设用户连接了多个蓝牙耳机,并且正在运行音频会话(通过其中一个耳机播放某些内容)。有没有办法获取连接的蓝牙耳机的列表(也许使用外部附件框架?)并将音频会话切换到另一个耳机?
Assuming a user has multiple bluetooth headsets attached, and an audio session is running (playing something through one of the headsets). Is there a way to get the list of attached bluetooth headsets (maybe using the External Accessory Framework?) and switch the audio session to the other headset?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为其他正在寻找相同内容的人回复我自己。基本上,您不能仅仅显示音频源选择器(我可以找到)。但您可以显示 MPVolumeView,如果已配对蓝牙设备,它将包含一个音频选择器按钮。尝试:
MPVolumeSettingsAlertShow(); //需要#import
Replying to myself for anyone else looking for the same. Basically, you can't just display the audio source selector (that I can find). But you can display the MPVolumeView, which will include an Audio Selector button if there is a bluetooth device paired. Try:
MPVolumeSettingsAlertShow(); //Needs #import