获取当前在flex videoPlayer中播放flv视频流的确切时间?

发布于 2024-10-06 14:43:42 字数 29 浏览 2 评论 0原文

如何获取当前播放视频的毫秒或更佳纳秒时间戳?

How to get timestamp with milliseconds or better nanoseconds of currently playing video?

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

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

发布评论

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

评论(1

萤火眠眠 2024-10-13 14:43:42

NetStream.time 属性精确到毫秒。该值是秒数,但它是 Number 并包含小数秒,文档称其精确到毫秒。

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.html?filter_flex=4.1&filter_flashplayer=10.1&filter_air=2#time

这个数字精确到小数点后千分位;乘以 1000 即可得到流已播放的毫秒数。

The NetStream.time property is accurate to the millisecond. The value is number of seconds, but it's Number and includes fractional seconds which the docs say are accurate to the millisecond.

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.html?filter_flex=4.1&filter_flashplayer=10.1&filter_air=2#time

This number is accurate to the thousandths decimal place; multiply by 1000 to get the number of milliseconds the stream has been playing.

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