PanasonicMakerNotePackage

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 class PanasonicMakerNotePackage extends MakerNotePackage

Represents PANASONIC MakerNote metadata.

Methods

Method Description
getImageQuality() Gets the image quality.
getFirmwareVersion() Gets the firmware version.
getWhiteBalance() Gets the white balance.
getFocusMode() Gets the focus mode.
getAFMode() Gets the AF mode.
getImageStabilization() Gets the image stabilization mode.
getMacroMode() Gets the macro mode.
getShootingMode() Gets the shooting mode.
getAudio() Gets the audio mode.
getLensType() Gets the type of the lens.
getLensSerialNumber() Gets the lens serial number.
getAccessoryType() Gets the type of the accessory.
getAccessorySerialNumber() Gets the accessory serial number.

getImageQuality()

public final Integer getImageQuality()

Gets the image quality.

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

getFirmwareVersion()

public final byte[] getFirmwareVersion()

Gets the firmware version.

Returns: byte[] - The firmware version.

getWhiteBalance()

public final Integer getWhiteBalance()

Gets the white balance.

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

getFocusMode()

public final Integer getFocusMode()

Gets the focus mode.

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

getAFMode()

public final byte[] getAFMode()

Gets the AF mode.

Returns: byte[] - The AF mode.

getImageStabilization()

public final Integer getImageStabilization()

Gets the image stabilization mode.

Returns: java.lang.Integer - The image stabilization mode.

getMacroMode()

public final Integer getMacroMode()

Gets the macro mode.

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

getShootingMode()

public final Integer getShootingMode()

Gets the shooting mode.

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

getAudio()

public final Integer getAudio()

Gets the audio mode.

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

getLensType()

public final String getLensType()

Gets the type of the lens.

Returns: java.lang.String - The type of the lens.

getLensSerialNumber()

public final String getLensSerialNumber()

Gets the lens serial number.

Returns: java.lang.String - The lens serial number.

getAccessoryType()

public final String getAccessoryType()

Gets the type of the accessory.

Returns: java.lang.String - The type of the accessory.

getAccessorySerialNumber()

public final String getAccessorySerialNumber()

Gets the accessory serial number.

Returns: java.lang.String - The accessory serial number.