MonobjcMonobjc Documented Class Library
kCVImageBufferChromaSubsampling_422 Field
NamespacesMonobjc.QuartzCoreCVImageBufferkCVImageBufferChromaSubsampling_422

Indicates that the original buffer chroma subsampled data was used 422 formatting. In 422 formatting, each pixel has a y value, while u and v values are shared horizontally between 2 neighboring pixels.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString kCVImageBufferChromaSubsampling_422
Public Shared ReadOnly kCVImageBufferChromaSubsampling_422 As NSString
public:
static initonly NSString^ kCVImageBufferChromaSubsampling_422
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)