Package org.robovm.apple.corevideo
Class CVPixelBufferAttributes
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.corevideo.CVBufferAttributes
org.robovm.apple.corevideo.CVPixelBufferAttributes
- Direct Known Subclasses:
AVPixelBufferAttributes
public class CVPixelBufferAttributes extends CVBufferAttributes
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCVPixelBufferAttributes.AsListMarshalerstatic classCVPixelBufferAttributes.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CVPixelBufferAttributes() -
Method Summary
Methods inherited from class org.robovm.apple.corevideo.CVBufferAttributes
get, getMovieTime, getNonPropagatedAttachments, getPropagatedAttachments, has, set, setMovieTime, setNonPropagatedAttachments, setPropagatedAttachmentsMethods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CVPixelBufferAttributes
public CVPixelBufferAttributes()
-
-
Method Details
-
has
-
get
-
set
-
getMemoryAllocator
-
setMemoryAllocator
-
getWidth
public long getWidth() -
setWidth
-
getHeight
public long getHeight() -
setHeight
-
getExtendedPixelsLeft
public long getExtendedPixelsLeft() -
setExtendedPixelsLeft
-
getExtendedPixelsTop
public long getExtendedPixelsTop() -
setExtendedPixelsTop
-
getExtendedPixelsRight
public long getExtendedPixelsRight() -
setExtendedPixelsRight
-
getExtendedPixelsBottom
public long getExtendedPixelsBottom() -
setExtendedPixelsBottom
-
getBytesPerRowAlignment
public long getBytesPerRowAlignment() -
setBytesPerRowAlignment
-
isCompatibleWithCGBitmapContext
public boolean isCompatibleWithCGBitmapContext() -
setCompatibleWithCGBitmapContext
public CVPixelBufferAttributes setCompatibleWithCGBitmapContext(boolean compatibleWithCGBitmapContext) -
isCompatibleWithCGImage
public boolean isCompatibleWithCGImage() -
setCompatibleWithCGImage
-
isCompatibleWithOpenGL
public boolean isCompatibleWithOpenGL() -
setCompatibleWithOpenGL
-
getPlaneAlignment
public long getPlaneAlignment() -
setPlaneAlignment
-
getIOSurfaceProperties
-
setIOSurfaceProperties
-
isCompatibleWithOpenGLES
public boolean isCompatibleWithOpenGLES() -
setCompatibleWithOpenGLES
-
isCompatibleWithMetal
public boolean isCompatibleWithMetal() -
setCompatibleWithMetal
-
getVersatileBayerKey
- Since:
- Available in iOS 14.0 and later.
-
setVersatileBayerKey
- Since:
- Available in iOS 14.0 and later.
-
getRawSenselSitingOffsets
- Since:
- Available in iOS 14.0 and later.
-
setRawSenselSitingOffsets
- Since:
- Available in iOS 14.0 and later.
-
getRawBlackLevel
public int getRawBlackLevel()- Since:
- Available in iOS 14.0 and later.
-
setRawBlackLevel
- Since:
- Available in iOS 14.0 and later.
-
getRawWhiteLevel
public int getRawWhiteLevel()- Since:
- Available in iOS 14.0 and later.
-
setRawWhiteLevel
- Since:
- Available in iOS 14.0 and later.
-
getRawWhiteBalanceCCT
public int getRawWhiteBalanceCCT()- Since:
- Available in iOS 14.0 and later.
-
setRawWhiteBalanceCCT
- Since:
- Available in iOS 14.0 and later.
-
getRawWhiteBalanceRedFactor
public float getRawWhiteBalanceRedFactor()- Since:
- Available in iOS 14.0 and later.
-
setRawWhiteBalanceRedFactor
- Since:
- Available in iOS 14.0 and later.
-
getRawWhiteBalanceBlueFactor
public float getRawWhiteBalanceBlueFactor()- Since:
- Available in iOS 14.0 and later.
-
setRawWhiteBalanceBlueFactor
- Since:
- Available in iOS 14.0 and later.
-
getRawColorMatrix
- Since:
- Available in iOS 14.0 and later.
-
setRawColorMatrix
- Since:
- Available in iOS 14.0 and later.
-
getRawGainFactor
public float getRawGainFactor()- Since:
- Available in iOS 14.0 and later.
-
setRawGainFactor
- Since:
- Available in iOS 14.0 and later.
-
getRawRecommendedCrop
- Since:
- Available in iOS 14.0 and later.
-
setRawRecommendedCrop
- Since:
- Available in iOS 14.0 and later.
-
getPixelFormatTypes
- Since:
- Available in iOS 4.0 and later.
-
setPixelFormatType
- Since:
- Available in iOS 4.0 and later.
-
setPixelFormatTypes
- Since:
- Available in iOS 4.0 and later.
-