Contents

kCVImageBufferChromaSubsampling_420

A key that indicates the original chroma-subsampled data used 4:2:0 formatting.

Declaration

let kCVImageBufferChromaSubsampling_420: CFString

Discussion

Each pixel has a Y value, and U and V values are shared within a square of 4 pixels.

See Also

Constants