Package 

Interface ScreenCapturer.Listener

    • Method Summary

      Modifier and Type Method Description
      abstract void onScreenCaptureError(@NonNull() String errorDescription) Reports an error that occurred in ScreenCapturer.
      abstract void onFirstFrameAvailable() Indicates when the first frame has been captured from the screen.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onFirstFrameAvailable

         abstract void onFirstFrameAvailable()

        Indicates when the first frame has been captured from the screen.