-
public interface EGLSurfaceTexture.TextureImageListenerListener to be called when the texture image on SurfaceTexture has been updated.
-
-
Method Summary
Modifier and Type Method Description abstract voidonFrameAvailable()Called when the SurfaceTexture receives a new frame from its image producer. -
-
Method Detail
-
onFrameAvailable
abstract void onFrameAvailable()
Called when the SurfaceTexture receives a new frame from its image producer.
-
-
-
-