public @interface

VideoCapture.VideoCaptureError

implements java.lang.annotation.Annotation

 androidx.camera.core.VideoCapture.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 VideoCapture.OnVideoSavedCallback.onError(int, String, Throwable).

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

Summary