public final class SonyMakerNotePackage extends MakerNotePackage
Represents SONY MakerNote metadata.
Modifier and Type | Method and Description |
---|---|
Integer |
getAFIlluminator()
Gets the AF illuminator type.
|
Integer |
getBrightness()
Gets the brightness.
|
Long |
getColorMode()
Gets the color mode.
|
Long |
getColorTemperature()
Gets the color temperature.
|
Integer |
getContrast()
Gets the contrast.
|
String |
getCreativeStyle()
Gets the creative style.
|
Integer |
getExposureMode()
Gets the exposure mode.
|
Short |
getFlashLevel()
Gets the flash level.
|
Integer |
getFocusMode()
Gets the focus mode.
|
String |
getHeader()
Gets the MakerNote header.
|
Integer |
getJpegQuality()
Gets the JPEG quality.
|
Integer |
getMacro()
Gets the macro.
|
Integer |
getMultiBurstImageHeight()
Gets the height of the multi burst image.
|
Integer |
getMultiBurstImageWidth()
Gets the width of the multi burst image.
|
boolean |
getMultiBurstMode()
Gets a value indicating whether the multi burst mode is on.
|
Integer |
getPictureEffect()
Gets the picture effect.
|
Long |
getQuality()
Gets the image quality.
|
Long |
getRating()
Gets the rating.
|
Integer |
getReleaseMode()
Gets the release mode.
|
Integer |
getSaturation()
Gets the saturation.
|
Integer |
getSharpness()
Gets the sharpness.
|
Long |
getSoftSkinEffect()
Gets the soft skin effect.
|
Integer |
getSonyModelID()
Gets the sony model identifier.
|
Long |
getTeleconverter()
Gets the teleconverter type.
|
Long |
getWhiteBalance()
Gets the white balance.
|
clear, getByTiffTagID, remove, set, toList
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, iterator, removeProperties, sanitize, setProperties, updateProperties
public final String getHeader()
Gets the MakerNote header.
public final Long getQuality()
Gets the image quality.
public final Long getWhiteBalance()
Gets the white balance.
public final Long getTeleconverter()
Gets the teleconverter type.
public final boolean getMultiBurstMode()
Gets a value indicating whether the multi burst mode is on.
true
if the multi burst mode is on; otherwise, false
.public final Integer getMultiBurstImageWidth()
Gets the width of the multi burst image.
public final Integer getMultiBurstImageHeight()
Gets the height of the multi burst image.
public final Long getRating()
Gets the rating.
public final Integer getContrast()
Gets the contrast.
public final Integer getSaturation()
Gets the saturation.
public final Integer getSharpness()
Gets the sharpness.
public final Integer getBrightness()
Gets the brightness.
public final Integer getPictureEffect()
Gets the picture effect.
public final Long getSoftSkinEffect()
Gets the soft skin effect.
public final Integer getSonyModelID()
Gets the sony model identifier.
public final String getCreativeStyle()
Gets the creative style.
public final Long getColorTemperature()
Gets the color temperature.
public final Long getColorMode()
Gets the color mode.
public final Integer getMacro()
Gets the macro.
public final Integer getExposureMode()
Gets the exposure mode.
public final Integer getFocusMode()
Gets the focus mode.
public final Integer getJpegQuality()
Gets the JPEG quality.
public final Integer getAFIlluminator()
Gets the AF illuminator type.
public final Short getFlashLevel()
Gets the flash level.
public final Integer getReleaseMode()
Gets the release mode.