emitter.subtitle(...) emits a new subtitle track.
Type Aliases
ProviderSubtitlePayload
Fired every time emits a new subtitle track.
Fired every time
Last modified on July 27, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Warning: This documentation is a WIP.
Fired every time emits a new subtitle track.
emitter.subtitle(...) emits a new subtitle track.
type ProviderSubtitlePayload = BaseProviderHookPayload & { subtitle: Subtitle }
Was this page helpful?