CameraSourceConfig.CameraFacing

  • CameraSourceConfig.CameraFacing is an annotation used to indicate the direction a camera is facing relative to the device's screen.

  • It inherits methods from the java.lang.annotation.Annotation interface, providing functionality for reflection and annotation processing.

  • These inherited methods include annotationType(), equals(), hashCode(), and toString(), which are standard for Java annotations.

public static abstract @interface CameraSourceConfig.CameraFacing implements Annotation

Direction of the camera facing relative to device screen.

Inherited Method Summary