0

I am trying to build a live video captioning editor and require that I fetch the current video frame's VTTCue information (startTime, endTime, text). How do I go about accomplishing this? Thanks.

manioc
  • 73
  • 1
  • 2
  • 6

1 Answers1

0

nevermind. video.textTracks[0].oncuechange is what i needed to accomplish my goal.

manioc
  • 73
  • 1
  • 2
  • 6