Package 

Interface VideoCapture.OnVideoCaptureCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onStart() Called when started recording successfully.
      abstract void onVideoSaved(@NonNull() VideoCapture.OutputFileResults outputFileResults) Called when the video has been successfully saved.
      abstract void onError(int videoCaptureError, @NonNull() String message, @Nullable() Throwable cause) Called when an error occurs while attempting to save the video.
      • Methods inherited from class java.lang.Object

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

      • onStart

         abstract void onStart()

        Called when started recording successfully.

      • onError

         abstract void onError(int videoCaptureError, @NonNull() String message, @Nullable() Throwable cause)

        Called when an error occurs while attempting to save the video.