Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试构建一个实时视频字幕编辑器,并要求我获取当前视频帧的 VTTCue 信息(开始时间、结束时间、文本)。我该怎么做呢?谢谢。
没关系。video.textTracks[0].oncuechange 是我实现目标所需要的。