iPhone - UITableview 具有视频缩略图列表

发布于 2024-12-02 03:11:00 字数 83 浏览 7 评论 0原文

我们如何在 UItableview 上列出视频缩略图。我有 JSON 数组中的视频链接(来自外部服务器)。请给我一些见解或参考。

谢谢,

How can we list video thumbnails on a UItableview.I have the link for the videos (from an external server) in JSON array. Please provide me with some insights or references.

Thanks,

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

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

发布评论

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

评论(1

奶茶白久 2024-12-09 03:11:00

我会通过预先生成每个视频的缩略图并将它们从服务器发送到 JSON 数组中来解决此问题。任何类型的视频本地处理都会对性能造成巨大影响。

I would approach this by generating thumbnails of each video beforehand and sending them down in your JSON array from the server. Any type of local processing of videos would be a huge performance hit.

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