Home > hls.js > SelectionPreferences

SelectionPreferences type

Signature:

export type SelectionPreferences = {
    audioPreference?: AudioSelectionOption;
    subtitlePreference?: SubtitleSelectionOption;
};

References: AudioSelectionOption, SubtitleSelectionOption