- Enclosing class:
- SurfaceTextureHelper
public static interface SurfaceTextureHelper.OnTextureFrameAvailableListener
Callback interface for being notified that a new texture frame is available. The calls will be
made on a dedicated thread with a bound EGLContext. The thread will be the same throughout the
lifetime of the SurfaceTextureHelper instance, but different from the thread calling the
SurfaceTextureHelper constructor. The callee is not allowed to make another EGLContext current
on the calling thread.