-
public interface ScreenCapturer.ListenerInterface that provides events and errors related to ScreenCapturer.
-
-
Method Summary
Modifier and Type Method Description abstract voidonScreenCaptureError(@NonNull() String errorDescription)Reports an error that occurred in ScreenCapturer. abstract voidonFirstFrameAvailable()Indicates when the first frame has been captured from the screen. -
-
Method Detail
-
onScreenCaptureError
abstract void onScreenCaptureError(@NonNull() String errorDescription)
Reports an error that occurred in ScreenCapturer.
- Parameters:
errorDescription- description of the error that occurred.
-
onFirstFrameAvailable
abstract void onFirstFrameAvailable()
Indicates when the first frame has been captured from the screen.
-
-
-
-