Class CVPixelFormatType


  • public final class CVPixelFormatType
    extends Object
    Defines the types of CVPixelBuffers to be output by QTCaptureDecompressedVideoOutput.
    Author:
    Lyubomir Marinov
    • Field Detail

      • kCVPixelFormatType_24RGB

        public static final int kCVPixelFormatType_24RGB
        24 bit RGB
        See Also:
        Constant Field Values
      • kCVPixelFormatType_32ARGB

        public static final int kCVPixelFormatType_32ARGB
        32 bit ARGB
        See Also:
        Constant Field Values
      • kCVPixelFormatType_420YpCbCr8Planar

        public static final int kCVPixelFormatType_420YpCbCr8Planar
        Planar Component Y'CbCr 8-bit 4:2:0.
        See Also:
        Constant Field Values