Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

H5 环境中 InnerAudioContext 的 buffered 数值错误 #14184

Closed
tangbzai opened this issue Jul 14, 2023 · 27 comments
Closed

H5 环境中 InnerAudioContext 的 buffered 数值错误 #14184

tangbzai opened this issue Jul 14, 2023 · 27 comments

Comments

@tangbzai
Copy link
Contributor

相关平台

H5

代码位置:

InnerAudioContext.ts#L30

描述

现在取的是 buffered.length 而根据 HTMLMediaElement - MDN 中写的 bufferedTimeRanges 类型的

TimeRanges 接口用来表示一组时间范围,主要目的是跟踪供 元素加载使用的媒体哪些部分已经被缓冲。
一个 TimeRanges 对象包括一个或多个时间范围,其中每个都由一个开始偏移量和结束偏移量指定。
你可以将你想要检索的时间范围的索引值传递给 start()end() 方法来引用每个时间范围。

而文档中的 buffered 是个时间点,应该需要查找当前所属的时间范围再返回 end 时间

疑问点

如果这样实现后,那需要获取所有组的时间范围有什么方式能获取到呢?是否应该有类似 nativeProps 的方式透传属性呢?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

26 similar comments
@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

@taro-bot2
Copy link

taro-bot2 bot commented Jul 14, 2023

您的 Issue 没有按照规范从 Taro Issue Helper 创建,因此会被直接关闭。

维护开源项目是一项非常辛苦的工作,还请多多包涵。
了解为什么这么严格?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant