Home > hls.js > VideoSelectionOption

VideoSelectionOption type

Signature:

export type VideoSelectionOption = {
    preferHDR?: boolean;
    allowedVideoRanges?: Array<VideoRange>;
};