@UnstableApi
class WebvttCueInfo


A representation of a WebVTT cue.

Summary

Public constructors

WebvttCueInfo(cue: Cue!, startTimeUs: Long, endTimeUs: Long)

Public properties

Cue!
Long
Long

Public constructors

WebvttCueInfo

WebvttCueInfo(cue: Cue!, startTimeUs: Long, endTimeUs: Long)

Public properties

cue

val cue: Cue!

endTimeUs

val endTimeUs: Long

startTimeUs

val startTimeUs: Long