-
public interface VideoCapture.OnVideoCaptureCallbackListener containing callbacks for video file I/O events.
-
-
Method Summary
Modifier and Type Method Description abstract voidonStart()Called when started recording successfully. abstract voidonVideoSaved(@NonNull() VideoCapture.OutputFileResults outputFileResults)Called when the video has been successfully saved. abstract voidonError(int videoCaptureError, @NonNull() String message, @Nullable() Throwable cause)Called when an error occurs while attempting to save the video. -
-
Method Detail
-
onStart
abstract void onStart()
Called when started recording successfully.
-
onVideoSaved
abstract void onVideoSaved(@NonNull() VideoCapture.OutputFileResults outputFileResults)
Called when the video has been successfully saved.
-
-
-
-