Class Broadcaster.Camera

  • Enclosing class:
    Broadcaster

    public static class Broadcaster.Camera
    extends Object
    Basic information describing an available camera.
    • Field Detail

      • FOV_UNKNOWN

        public static final String FOV_UNKNOWN
        Camera with unknown field of view, or legacy device.
        See Also:
        Constant Field Values
      • facing

        public final String facing
        Facing of this camera. Currently FRONT, REAR or EXTERNAL, with other values possible in the future.
      • videoResolutions

        public final List<Resolution> videoResolutions
        List of supported camera resolutions for continuous preview and video capture.
      • pictureResolutions

        public final List<Resolution> pictureResolutions
        List of supported resolutions for still pictures.
      • monochrome

        public final boolean monochrome
        True if this camera is monochrome.