Package org.robovm.apple.corevideo
Class CVPixelFormatDescription
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.corevideo.CVPixelFormatDescription
public class CVPixelFormatDescription extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCVPixelFormatDescription.AsListMarshalerstatic interfaceCVPixelFormatDescription.FillExtendedPixelsCallbackstatic classCVPixelFormatDescription.Keysstatic classCVPixelFormatDescription.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CVPixelFormatDescription() -
Method Summary
Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CVPixelFormatDescription
public CVPixelFormatDescription()
-
-
Method Details
-
has
-
get
-
set
-
getName
-
setName
-
getConstant
public long getConstant() -
setConstant
-
getCodecType
-
setCodecType
-
getFourCC
-
setFourCC
-
containsAlpha
public boolean containsAlpha() -
setContainsAlpha
-
containsYCbCr
public boolean containsYCbCr() -
setContainsYCbCr
-
containsRGB
public boolean containsRGB() -
setContainsRGB
-
getPlanes
public int getPlanes() -
setPlanes
-
getBlockWidth
public int getBlockWidth() -
setBlockWidth
-
getBlockHeight
public int getBlockHeight() -
setBlockHeight
-
getBitsPerBlock
public int getBitsPerBlock() -
setBitsPerBlock
-
getBlockHorizontalAlignment
public int getBlockHorizontalAlignment() -
setBlockHorizontalAlignment
-
getBlockVerticalAlignment
public int getBlockVerticalAlignment() -
setBlockVerticalAlignment
-
getBlackBlock
-
setBlackBlock
-
getHorizontalSubsampling
public int getHorizontalSubsampling() -
setHorizontalSubsampling
-
getVerticalSubsampling
public int getVerticalSubsampling() -
setVerticalSubsampling
-
getOpenGLFormat
public int getOpenGLFormat() -
setOpenGLFormat
-
getOpenGLType
public int getOpenGLType() -
setOpenGLType
-
getOpenGLInternalFormat
public int getOpenGLInternalFormat() -
setOpenGLInternalFormat
-
getCGBitmapInfo
-
setCGBitmapInfo
-
isCompatibleWithQD
public boolean isCompatibleWithQD() -
setCompatibleWithQD
-
isCompatibleWithCGBitmapContext
public boolean isCompatibleWithCGBitmapContext() -
setCompatibleWithCGBitmapContext
public CVPixelFormatDescription setCompatibleWithCGBitmapContext(boolean compatibleWithCGBitmapContext) -
isCompatibleWithCGImage
public boolean isCompatibleWithCGImage() -
setCompatibleWithCGImage
-
isCompatibleWithOpenGL
public boolean isCompatibleWithOpenGL() -
setCompatibleWithOpenGL
-
isCompatibleWithOpenGLES
public boolean isCompatibleWithOpenGLES() -
setCompatibleWithOpenGLES
-
create
public static CVPixelFormatDescription create(CFAllocator allocator, CVPixelFormatType pixelFormat) -
getAllPixelFormatTypes
-
registerDescription
public static void registerDescription(CVPixelFormatDescription description, CVPixelFormatType pixelFormat) -
create
- Since:
- Available in iOS 4.0 and later.
-
getAllPixelFormatTypes
- Since:
- Available in iOS 4.0 and later.
-
register
- Since:
- Available in iOS 4.0 and later.
-
setFillExtendedPixelsCallback
public CVPixelFormatDescription setFillExtendedPixelsCallback(CVPixelFormatDescription.FillExtendedPixelsCallback callback)
-