VideoCaptionStartEvent
VideoCaptionStartEvent =
object
Defined in: events.ts:153
Properties
Section titled “Properties”assetPath?
Section titled “assetPath?”
optionalassetPath?:string
Defined in: events.ts:158
Single-language API: absolute path to the pre-recorded audio/video file.
name:
string
Defined in: events.ts:156
subtitle?
Section titled “subtitle?”
optionalsubtitle?:string
Defined in: events.ts:160
Optional subtitle text. Words are spread with equal timing at render time.
timeMs
Section titled “timeMs”timeMs:
number
Defined in: events.ts:155
translations?
Section titled “translations?”
optionaltranslations?:Record<string,VideoCaptionTranslation>
Defined in: events.ts:162
Multi-language API — per-language asset paths keyed by language code.
type:
"videoCaptionStart"
Defined in: events.ts:154