Package-level declarations

Types

Link copied to clipboard
sealed external interface AlignSetting
Link copied to clipboard
sealed external interface AutoKeyword
Link copied to clipboard
sealed external interface DirectionSetting
Link copied to clipboard
sealed external interface LineAlignSetting
Link copied to clipboard
Link copied to clipboard
sealed external interface PositionAlignSetting
Link copied to clipboard
sealed external interface ScrollSetting
Link copied to clipboard
sealed external class TextTrack : EventTarget

This interface also inherits properties from EventTarget.

Link copied to clipboard
sealed external class TextTrackCue : EventTarget

TextTrackCues represent a string of text that will be displayed for some duration of time on a TextTrack. This includes the start and end times that the cue will be displayed. A TextTrackCue cannot be used directly, instead one of the derived types (e.g. VTTCue) must be used.

Link copied to clipboard
Link copied to clipboard
sealed external interface TextTrackKind
Link copied to clipboard
Link copied to clipboard
sealed external interface TextTrackMode
Link copied to clipboard
open external class TrackEvent(val type: EventType<TrackEvent>, init: TrackEventInit = definedExternally) : Event

The TrackEvent interface, part of the HTML DOM specification, is used for events which represent changes to the set of available tracks on an HTML media element; these events are addtrack and removetrack.

Link copied to clipboard
external interface TrackEventInit : EventInit
Link copied to clipboard
Link copied to clipboard
sealed external class TrackEventTypes_deprecated
Link copied to clipboard
external class VTTCue(startTime: Double, endTime: Double, text: String) : TextTrackCue
Link copied to clipboard
external class VTTRegion