在 SoundManager2 中实现 canplaythrough
我需要帮助制定一种算法来检测 HAVE_ENOUGH_DATA 的所有条件 满足(并不断检查直到满足),我对如何使用 SoundManager2 的 whileloading
选项计算所有必要的变量感到困惑。我不需要代码,只需要一个可以工作的通用算法(即使是伪代码也可以)。
I need help making an algorithm to detect that all the conditions for HAVE_ENOUGH_DATA are met (and continuously checking until they are met) and I am stumped as to how to calculate all the necessary variables using SoundManager2's whileloading
option. I don't need code, just a general algorithm that would work (even pseudo-code is fine).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,设置
whileplaying
选项是一个更优化、更简单的解决方案。这是我的边玩边解决方案:It turns out that setting the
whileplaying
option is a more optimal and simple solution. This is my whileplaying solution: