Interface GlShaderProgram.ErrorListener
-
- Enclosing interface:
- GlShaderProgram
public static interface GlShaderProgram.ErrorListenerListener for video frame processing errors.This listener can be called from any thread.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(VideoFrameProcessingException e)Called when an exception occurs during asynchronous video frame processing.
-
-
-
Method Detail
-
onError
void onError(VideoFrameProcessingException e)
Called when an exception occurs during asynchronous video frame processing.If an error occurred, consuming and producing further frames will not work as expected and the
GlShaderProgramshould be released.
-
-