VideoCapabilityConstraints interface

Signature:

export interface VideoCapabilityConstraints

Properties

Property Type Description

colorSampling

("YCbCr-4:2:2" | "YCbCr-4:4:4" | "YCbCr-4:2:0" | "RGB" | "RGBA")[]

colorspace

("BT709" | "BT601" | "BT2020" | "BT2100" | "BT470BG" | "ST2065-1" | "ST2065-3" | "UNSPECIFIED")[]

componentDepth

(8 | 10)[]

frameHeight

NumericConstraint<number>

frameWidth

NumericConstraint<number>

grainRate

NumericConstraint<{ numerator: number; denominator: number; }>

interlaceMode

("interlace" | "progressive")[]

label

string

transferCharacteristic

("SDR" | "PQ" | "HLG" | "LINEAR" | "BT2100LIN" | "UNSPECIFIED")[]