EGLSurfaceTexture.TextureImageListener


public interface EGLSurfaceTexture.TextureImageListener


Listener to be called when the texture image on SurfaceTexture has been updated.

Summary

Public methods

abstract void

Called when the SurfaceTexture receives a new frame from its image producer.

Public methods

onFrameAvailable

abstract void onFrameAvailable()

Called when the SurfaceTexture receives a new frame from its image producer.