在 iOS 中的音频会话期间在蓝牙耳机之间切换?

发布于 2024-09-28 12:35:38 字数 93 浏览 1 评论 0原文

假设用户连接了多个蓝牙耳机,并且正在运行音频会话(通过其中一个耳机播放某些内容)。有没有办法获取连接的蓝牙耳机的列表(也许使用外部附件框架?)并将音频会话切换到另一个耳机?

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧人 2024-10-05 12:35:38

为其他正在寻找相同内容的人回复我自己。基本上,您不能仅仅显示音频源选择器(我可以找到)。但您可以显示 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文