public @interface

OnVideoSavedCallback.VideoCaptureError

implements java.lang.annotation.Annotation

 androidx.camera.view.video.OnVideoSavedCallback.VideoCaptureError

Overview

Describes the error that occurred during video capture operations.

This is a parameter sent to the error callback functions set in listeners such as OnVideoSavedCallback.onError(int, String, Throwable).

See message parameter in onError callback or log for more details.

Summary