Package 

Interface VideoRecorder.VideoResultListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onVideoResult(@Nullable() VideoResult.Stub result, @Nullable() Exception exception) The operation was completed, either with success or with an error.
      abstract void onVideoRecordingStart() The callback for the actual video recording starting.
      abstract void onVideoRecordingEnd() Video recording has ended.
      • Methods inherited from class java.lang.Object

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

      • onVideoResult

         abstract void onVideoResult(@Nullable() VideoResult.Stub result, @Nullable() Exception exception)

        The operation was completed, either with success or with an error.

        Parameters:
        result - the result or null if error
        exception - the error or null if everything went fine
      • onVideoRecordingStart

         abstract void onVideoRecordingStart()

        The callback for the actual video recording starting.