Package org.robovm.apple.corevideo
Class CVOpenGLESTexture
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.corevideo.CVBuffer
org.robovm.apple.corevideo.CVImageBuffer
org.robovm.apple.corevideo.CVOpenGLESTexture
- All Implemented Interfaces:
AutoCloseable
public class CVOpenGLESTexture extends CVImageBuffer
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCVOpenGLESTexture.CVOpenGLESTexturePtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Constructor Description CVOpenGLESTexture() -
Method Summary
Modifier and Type Method Description static longgetClassTypeID()Deprecated.Deprecated in iOS 12.0.float[]getCleanTexCoords()protected voidgetCleanTexCoords(FloatPtr lowerLeft, FloatPtr lowerRight, FloatPtr upperRight, FloatPtr upperLeft)Deprecated.Deprecated in iOS 12.0.intgetName()Deprecated.Deprecated in iOS 12.0.intgetTarget()Deprecated.Deprecated in iOS 12.0.booleanisFlipped()Deprecated.Deprecated in iOS 12.0.Methods inherited from class org.robovm.apple.corevideo.CVImageBuffer
createColorSpaceFromAttachments, getAttribute, getAttributeMode, getAttributes, getCleanRect, getDisplaySize, getEncodedSize, intCodePointToStringCVColorPrimaries, intCodePointToStringCVTransferFunction, intCodePointToStringCVYCbCrMatrix, propagateAttributes, removeAllAttributes, removeAttribute, setAttribute, setAttributes, toIntCodePointCVColorPrimaries, toIntCodePointCVTransferFunction, toIntCodePointCVYCbCrMatrixMethods 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
-
CVOpenGLESTexture
public CVOpenGLESTexture()
-
-
Method Details
-
getCleanTexCoords
public float[] getCleanTexCoords()- Since:
- Available in iOS 5.0 and later.
-
getClassTypeID
Deprecated.Deprecated in iOS 12.0. OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings) -
getTarget
Deprecated.Deprecated in iOS 12.0. OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings) -
getName
Deprecated.Deprecated in iOS 12.0. OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings) -
isFlipped
Deprecated.Deprecated in iOS 12.0. OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings)- Overrides:
isFlippedin classCVImageBuffer
-
getCleanTexCoords
@Deprecated protected void getCleanTexCoords(FloatPtr lowerLeft, FloatPtr lowerRight, FloatPtr upperRight, FloatPtr upperLeft)Deprecated.Deprecated in iOS 12.0. OpenGL/OpenGLES is no longer supported. Use Metal APIs instead. (Define COREVIDEO_SILENCE_GL_DEPRECATION to silence these warnings)
-