Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.quicktime
Class CVPixelFormatType

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.quicktime.CVPixelFormatType

public final class CVPixelFormatType
extends Object

Defines the types of CVPixelBuffers to be output by QTCaptureDecompressedVideoOutput.

Author:
Lubomir Marinov

Field Summary
static int kCVPixelFormatType_24RGB
          24 bit RGB
static int kCVPixelFormatType_32ARGB
          32 bit ARGB
static int kCVPixelFormatType_420YpCbCr8Planar
          Planar Component Y'CbCr 8-bit 4:2:0.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.