Class CVPixelFormatType
- java.lang.Object
-
- org.jitsi.impl.neomedia.quicktime.CVPixelFormatType
-
public final class CVPixelFormatType extends Object
Defines the types of CVPixelBuffers to be output by QTCaptureDecompressedVideoOutput.- Author:
- Lyubomir Marinov
-
-
Field Summary
Fields Modifier and Type Field Description static intkCVPixelFormatType_24RGB24 bit RGBstatic intkCVPixelFormatType_32ARGB32 bit ARGBstatic intkCVPixelFormatType_420YpCbCr8PlanarPlanar Component Y'CbCr 8-bit 4:2:0.
-
-
-
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
-
-