Enum VideoCaptureController.Preference

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<VideoCaptureController.Preference>
    Enclosing class:
    VideoCaptureController

    public static enum VideoCaptureController.Preference
    extends java.lang.Enum<VideoCaptureController.Preference>
    Requested Capture Resolutions Max - highest capture resolution supported by device Min - lowest capture resolution supported by device Specific resolution - upper bound for capture resolution. Maybe limited by hardware support
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static VideoCaptureController.Preference valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static VideoCaptureController.Preference[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait