TextTrackCueList

Properties

Link copied to clipboard
abstract val length: Int

Functions

Link copied to clipboard
open operator fun get(index: Int): TextTrackCue
open operator fun get(key: Symbol.iterator): () -> JsIterator<TextTrackCue>
Link copied to clipboard

Returns the first text track cue (in text track cue order) with text track cue identifier id.

Link copied to clipboard
open inline operator fun iterator(): Iterator<TextTrackCue>