Skip to content
Constant

SUBTITLE_CODECS

List of known subtitle codecs, ordered by encoding preference.

ts
const SUBTITLE_CODECS = [
	'webvtt',
] as const;

Released under the Mozilla Public License 2.0.