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