Class CVOpenGLESTextureCacheAttributes

    • Constructor Detail

      • CVOpenGLESTextureCacheAttributes

        public CVOpenGLESTextureCacheAttributes()
    • Method Detail

      • has

        public boolean has​(CFString key)
      • get

        public <T extends org.robovm.rt.bro.NativeObject> T get​(CFString key,
                                                                java.lang.Class<T> type)
      • getMaximumTextureAge

        @Deprecated
        public long getMaximumTextureAge()
        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)
        Since:
        Available in iOS 5.0 and later.
      • setMaximumTextureAge

        @Deprecated
        public CVOpenGLESTextureCacheAttributes setMaximumTextureAge​(long maximumTextureAge)
        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)
        Since:
        Available in iOS 5.0 and later.