Home > hls.js > SubtitleSelectionOption

SubtitleSelectionOption type

Signature:

export type SubtitleSelectionOption = {
    lang?: string;
    assocLang?: string;
    characteristics?: string;
    name?: string;
    groupId?: string;
};