NBMPixelFormat Constants Reference

Declared in NBMTypes.h

NBMPixelFormat

Definition

typedef NS_ENUM(OSType, NBMPixelFormat ) {
   NBMPixelFormat420f = kCVPixelFormatType_420YpCbCr8BiPlanarFullRange,
   NBMPixelFormat420v = kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange,
   NBMPixelFormatBGRA = kCVPixelFormatType_32BGRA,
   NBMPixelFormatARGB = kCVPixelFormatType_32ARGB,
};

Constants

NBMPixelFormat420f

Bi-Planar Component Y'CbCr 8-bit 4:2:0, full-range (luma=[0,255] chroma=[1,255]). baseAddr points to a big-endian CVPlanarPixelBufferInfo_YCbCrBiPlanar struct

Declared In NBMTypes.h.

NBMPixelFormat420v

Bi-Planar Component Y'CbCr 8-bit 4:2:0, full-range (luma=[0,255] chroma=[1,255]). baseAddr points to a big-endian CVPlanarPixelBufferInfo_YCbCrBiPlanar struct

Declared In NBMTypes.h.

NBMPixelFormatBGRA

32 bit BGRA

Declared In NBMTypes.h.

NBMPixelFormatARGB

32 bit ARGB

Declared In NBMTypes.h.