Home > hls.js > SelectionPreferences

SelectionPreferences type

Signature:

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

References: VideoSelectionOption, AudioSelectionOption, SubtitleSelectionOption