Package 

Annotation VideoCapture.VideoCaptureError

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    @Retention(value = RetentionPolicy.SOURCE) 
    public @interface VideoCapture.VideoCaptureError
    
                        

    Describes the error that occurred during video capture operations.

    This is a parameter sent to the error callback functions set in listeners such as .

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

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait