如何检查 AudioQueue 中音乐是否正在播放或暂停

发布于 2024-09-12 03:02:38 字数 135 浏览 6 评论 0原文

我使用 AudioQueueStart 播放音乐,使用 AudioQueuePause 暂停。 AudioQueues 有什么方法可以检查音乐是否正在播放,我只想在音乐正在播放时暂停音乐。

I am using AudioQueueStart for playing music and AudioQueuePause for pausing. Is there any way in AudioQueues to check whether the music is playing or not, I want to Pause music only if it is playing.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

謌踐踏愛綪 2024-09-19 03:02:39

使用 AudioQueueGetProperty 检查 kAudioQueueProperty_IsRunning 属性。

或者,当您是停止和启动队列的人时,只需记住您设置的状态并采取相应的操作即可。

Check the kAudioQueueProperty_IsRunning property with AudioQueueGetProperty.

Or seeing as you're the one stopping and starting the queue, just remember the state you set and act accordingly.

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