Skip to content

SubtitleCue

Defined in: packages/sdk/src/subtitle-io.ts:10

A single subtitle cue with its timeline range and optional cue settings.

readonly endUs: number

Defined in: packages/sdk/src/subtitle-io.ts:13


readonly optional id: string

Defined in: packages/sdk/src/subtitle-io.ts:11


readonly optional settings: Readonly<Record<string, string>>

Defined in: packages/sdk/src/subtitle-io.ts:15


readonly startUs: number

Defined in: packages/sdk/src/subtitle-io.ts:12


readonly text: string

Defined in: packages/sdk/src/subtitle-io.ts:14