public class PanasonicMakerNotePackage extends MakerNotePackage
Represents PANASONIC MakerNote metadata.
Modifier and Type | Method and Description |
---|---|
String |
getAccessorySerialNumber()
Gets the accessory serial number.
|
String |
getAccessoryType()
Gets the type of the accessory.
|
byte[] |
getAFMode()
Gets the AF mode.
|
Integer |
getAudio()
Gets the audio mode.
|
byte[] |
getFirmwareVersion()
Gets the firmware version.
|
Integer |
getFocusMode()
Gets the focus mode.
|
Integer |
getImageQuality()
Gets the image quality.
|
Integer |
getImageStabilization()
Gets the image stabilization mode.
|
String |
getLensSerialNumber()
Gets the lens serial number.
|
String |
getLensType()
Gets the type of the lens.
|
Integer |
getMacroMode()
Gets the macro mode.
|
Integer |
getShootingMode()
Gets the shooting mode.
|
Integer |
getWhiteBalance()
Gets the white balance.
|
clear, getByTiffTagID, remove, set, toList
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
public final Integer getImageQuality()
Gets the image quality.
public final byte[] getFirmwareVersion()
Gets the firmware version.
public final Integer getWhiteBalance()
Gets the white balance.
public final Integer getFocusMode()
Gets the focus mode.
public final byte[] getAFMode()
Gets the AF mode.
public final Integer getImageStabilization()
Gets the image stabilization mode.
public final Integer getMacroMode()
Gets the macro mode.
public final Integer getShootingMode()
Gets the shooting mode.
public final Integer getAudio()
Gets the audio mode.
public final String getLensType()
Gets the type of the lens.
public final String getLensSerialNumber()
Gets the lens serial number.
public final String getAccessoryType()
Gets the type of the accessory.
public final String getAccessorySerialNumber()
Gets the accessory serial number.