Class CanonMakernoteDirectory.FocalLength
java.lang.Object
com.drew.metadata.exif.makernotes.CanonMakernoteDirectory.FocalLength
- Enclosing class:
CanonMakernoteDirectory
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intThe value of this tag may be translated into a flash bias value, in EV.static final intstatic final intstatic final int0 = Auto 1 = Sunny 2 = Cloudy 3 = Tungsten 4 = Florescent 5 = Flash 6 = Custom -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TAG_WHITE_BALANCE
public static final int TAG_WHITE_BALANCE0 = Auto 1 = Sunny 2 = Cloudy 3 = Tungsten 4 = Florescent 5 = Flash 6 = Custom- See Also:
-
TAG_SEQUENCE_NUMBER
public static final int TAG_SEQUENCE_NUMBER- See Also:
-
TAG_AF_POINT_USED
public static final int TAG_AF_POINT_USED- See Also:
-
TAG_FLASH_BIAS
public static final int TAG_FLASH_BIASThe value of this tag may be translated into a flash bias value, in EV. 0xffc0 = -2 EV 0xffcc = -1.67 EV 0xffd0 = -1.5 EV 0xffd4 = -1.33 EV 0xffe0 = -1 EV 0xffec = -0.67 EV 0xfff0 = -0.5 EV 0xfff4 = -0.33 EV 0x0000 = 0 EV 0x000c = 0.33 EV 0x0010 = 0.5 EV 0x0014 = 0.67 EV 0x0020 = 1 EV 0x002c = 1.33 EV 0x0030 = 1.5 EV 0x0034 = 1.67 EV 0x0040 = 2 EV- See Also:
-
TAG_AUTO_EXPOSURE_BRACKETING
public static final int TAG_AUTO_EXPOSURE_BRACKETING- See Also:
-
TAG_AEB_BRACKET_VALUE
public static final int TAG_AEB_BRACKET_VALUE- See Also:
-
TAG_SUBJECT_DISTANCE
public static final int TAG_SUBJECT_DISTANCE- See Also:
-
-
Constructor Details
-
FocalLength
public FocalLength()
-