SonyMakerNotePackage

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.ExifDictionaryBasePackage, com.groupdocs.metadata.core.MakerNotePackage

public final class SonyMakerNotePackage extends MakerNotePackage

Represents SONY MakerNote metadata.

Methods

Method Description
getHeader() Gets the MakerNote header.
getQuality() Gets the image quality.
getWhiteBalance() Gets the white balance.
getTeleconverter() Gets the teleconverter type.
getMultiBurstMode() Gets a value indicating whether the multi burst mode is on.
getMultiBurstImageWidth() Gets the width of the multi burst image.
getMultiBurstImageHeight() Gets the height of the multi burst image.
getRating() Gets the rating.
getContrast() Gets the contrast.
getSaturation() Gets the saturation.
getSharpness() Gets the sharpness.
getBrightness() Gets the brightness.
getPictureEffect() Gets the picture effect.
getSoftSkinEffect() Gets the soft skin effect.
getSonyModelID() Gets the sony model identifier.
getCreativeStyle() Gets the creative style.
getColorTemperature() Gets the color temperature.
getColorMode() Gets the color mode.
getMacro() Gets the macro.
getExposureMode() Gets the exposure mode.
getFocusMode() Gets the focus mode.
getJpegQuality() Gets the JPEG quality.
getAFIlluminator() Gets the AF illuminator type.
getFlashLevel() Gets the flash level.
getReleaseMode() Gets the release mode.

getHeader()

public final String getHeader()

Gets the MakerNote header.

Returns: java.lang.String - The MakerNote header.

getQuality()

public final Long getQuality()

Gets the image quality.

Returns: java.lang.Long - The image quality.

getWhiteBalance()

public final Long getWhiteBalance()

Gets the white balance.

Returns: java.lang.Long - The white balance.

getTeleconverter()

public final Long getTeleconverter()

Gets the teleconverter type.

Returns: java.lang.Long - The teleconverter type.

getMultiBurstMode()

public final boolean getMultiBurstMode()

Gets a value indicating whether the multi burst mode is on.

Returns: boolean - true if the multi burst mode is on; otherwise, false .

getMultiBurstImageWidth()

public final Integer getMultiBurstImageWidth()

Gets the width of the multi burst image.

Returns: java.lang.Integer - The width of the multi burst image.

getMultiBurstImageHeight()

public final Integer getMultiBurstImageHeight()

Gets the height of the multi burst image.

Returns: java.lang.Integer - The height of the multi burst image.

getRating()

public final Long getRating()

Gets the rating.

Returns: java.lang.Long - The rating.

getContrast()

public final Integer getContrast()

Gets the contrast.

Returns: java.lang.Integer - The contrast.

getSaturation()

public final Integer getSaturation()

Gets the saturation.

Returns: java.lang.Integer - The saturation.

getSharpness()

public final Integer getSharpness()

Gets the sharpness.

Returns: java.lang.Integer - The sharpness.

getBrightness()

public final Integer getBrightness()

Gets the brightness.

Returns: java.lang.Integer - The brightness.

getPictureEffect()

public final Integer getPictureEffect()

Gets the picture effect.

Returns: java.lang.Integer - The picture effect.

getSoftSkinEffect()

public final Long getSoftSkinEffect()

Gets the soft skin effect.

Returns: java.lang.Long - The soft skin effect.

getSonyModelID()

public final Integer getSonyModelID()

Gets the sony model identifier.

Returns: java.lang.Integer - The sony model identifier.

getCreativeStyle()

public final String getCreativeStyle()

Gets the creative style.

Returns: java.lang.String - The creative style.

getColorTemperature()

public final Long getColorTemperature()

Gets the color temperature.

Returns: java.lang.Long - The color temperature.

getColorMode()

public final Long getColorMode()

Gets the color mode.

Returns: java.lang.Long - The color mode.

getMacro()

public final Integer getMacro()

Gets the macro.

Returns: java.lang.Integer - The macro.

getExposureMode()

public final Integer getExposureMode()

Gets the exposure mode.

Returns: java.lang.Integer - The exposure mode.

getFocusMode()

public final Integer getFocusMode()

Gets the focus mode.

Returns: java.lang.Integer - The focus mode.

getJpegQuality()

public final Integer getJpegQuality()

Gets the JPEG quality.

Returns: java.lang.Integer - The JPEG quality.

getAFIlluminator()

public final Integer getAFIlluminator()

Gets the AF illuminator type.

Returns: java.lang.Integer - The AF illuminator type.

getFlashLevel()

public final Short getFlashLevel()

Gets the flash level.

Returns: java.lang.Short - The flash level.

getReleaseMode()

public final Integer getReleaseMode()

Gets the release mode.

Returns: java.lang.Integer - The release mode.