On this page

Interface VideoColorSpaceInit

interface VideoColorSpaceInit {
    fullRange?: boolean | null;
    matrix?: VideoMatrixCoefficients | null;
    primaries?: VideoColorPrimaries | null;
    transfer?: VideoTransferCharacteristics | null;
}
Index

Properties

fullRange?: boolean | null
matrix?: VideoMatrixCoefficients | null
primaries?: VideoColorPrimaries | null
Was this helpful?
SDK JS
Reference
VideoColorSpaceInit