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