All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.webvtt.TextTrackCueList.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package webvtt

import js.core.ArrayLike

sealed external class TextTrackCueList :
    ArrayLike {
    /**
     * Returns the first text track cue (in text track cue order) with text track cue identifier id.
     *
     * Returns null if none of the cues have the given identifier or if the argument is the empty string.
     */
    fun getCueById(id: String): TextTrackCue?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy