Home > hls.js > VideoSelectionOption
VideoSelectionOption type
Signature:
export type VideoSelectionOption = {
preferHDR?: boolean;
allowedVideoRanges?: Array<VideoRange>;
};
Home > hls.js > VideoSelectionOption
Signature:
export type VideoSelectionOption = {
preferHDR?: boolean;
allowedVideoRanges?: Array<VideoRange>;
};