使用控件播放音频

发布于 2024-11-05 15:32:17 字数 161 浏览 1 评论 0原文

是否有任何框架或类集允许我使用显示控件(滑块、暂停/播放等)的小视图来播放音频文件(mp3)? 这张图片解释了我在说什么,它不必完全一样,但类似:

在此处输入图像描述

谢谢!

Is there any framework or set of classes that will allow me to play an audio file(mp3) with a small view displaying controls (slider, pause/play, etc)?
This image explains what I am talking about, it doesn't have to be exactly like that, but similar:

enter image description here

Thanks!

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

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

发布评论

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

评论(1

优雅的叶子 2024-11-12 15:32:17

据我所知没有。您只需要自己创建它们。除了音量栏之外,您还可以使用 MPVolumeView

您可以使用 MPMoviePlayerViewController 但它会占据整个屏幕,并且您无法对其进行修改。如果没问题,那么 MPMoviePlayerViewController 是您最好的选择。

Not that I know of. You'll just have to create them yourself. Except for the volume bar, for that you can use a MPVolumeView.

You could use a MPMoviePlayerViewController but that occupies the entire screen and you wouldn't be able to modify it. If that's ok, then a MPMoviePlayerViewController is your best bet.

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