Package tvi.webrtc
Interface EglRenderer.ErrorCallback
-
- Enclosing class:
- EglRenderer
public static interface EglRenderer.ErrorCallback
Callback for clients to be notified about errors encountered during rendering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onGlOutOfMemory()
Called if GLES20.GL_OUT_OF_MEMORY is encountered during rendering.
-