Package org.robovm.apple.corevideo
Class CVImageBuffer
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corevideo.CVBuffer
org.robovm.apple.corevideo.CVImageBuffer
- All Implemented Interfaces:
AutoCloseable
- Direct Known Subclasses:
CVMetalTexture,CVOpenGLESTexture,CVPixelBuffer
public class CVImageBuffer extends CVBuffer
-
Nested Class Summary
Nested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Constructor Description CVImageBuffer() -
Method Summary
Methods inherited from class org.robovm.apple.corevideo.CVBuffer
copyAttachment, copyAttachments, getAttachment, getAttachment, getAttachmentMode, getAttachments, hasAttachment, propagateAttachments, removeAllAttachments, removeAttachment, setAttachment, setAttachmentsMethods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CVImageBuffer
public CVImageBuffer()
-
-
Method Details
-
setAttribute
public void setAttribute(CVImageBufferAttribute attribute, CFType value, CVAttachmentMode attachmentMode)- Since:
- Available in iOS 4.0 and later.
-
getAttribute
- Since:
- Available in iOS 4.0 and later.
-
getAttributeMode
- Since:
- Available in iOS 4.0 and later.
-
removeAttribute
- Since:
- Available in iOS 4.0 and later.
-
removeAllAttributes
public void removeAllAttributes()- Since:
- Available in iOS 4.0 and later.
-
getAttributes
- Since:
- Available in iOS 4.0 and later.
-
setAttributes
- Since:
- Available in iOS 4.0 and later.
-
propagateAttributes
- Since:
- Available in iOS 4.0 and later.
-
toIntCodePointCVYCbCrMatrix
- Since:
- Available in iOS 11.0 and later.
-
toIntCodePointCVColorPrimaries
- Since:
- Available in iOS 11.0 and later.
-
toIntCodePointCVTransferFunction
- Since:
- Available in iOS 11.0 and later.
-
intCodePointToStringCVYCbCrMatrix
- Since:
- Available in iOS 11.0 and later.
-
intCodePointToStringCVColorPrimaries
- Since:
- Available in iOS 11.0 and later.
-
intCodePointToStringCVTransferFunction
- Since:
- Available in iOS 11.0 and later.
-
getEncodedSize
-
getDisplaySize
-
getCleanRect
-
isFlipped
public boolean isFlipped() -
createColorSpaceFromAttachments
- Since:
- Available in iOS 10.0 and later.
-