Interface GlShaderProgram.ErrorListener

  • Enclosing interface:
    GlShaderProgram

    public static interface GlShaderProgram.ErrorListener
    Listener for video frame processing errors.

    This listener can be called from any thread.

    • 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 GlShaderProgram should be released.