Backed By Surface Texture
Convenience base Input that is backed by android.graphics.SurfaceTexture.
Constructors
Functions
Link copied to clipboard
Mirrors android.graphics.SurfaceTexture.attachToGLContext when this input is backed by android.graphics.SurfaceTexture.
Link copied to clipboard
Mirrors android.graphics.SurfaceTexture.detachFromGLContext when this input is backed by android.graphics.SurfaceTexture.
Link copied to clipboard
Allows to read a Frame when notified by in a callback subscribed via subscribeTo.
Link copied to clipboard
Subscribes to the provided onFrameAvailable to be notified when a new Frame is available for this input. The returned Closeable must be closed when done working with this input otherwise underlying resources will be leaked.