public class PanasonicMakerNotes extends MakerNotesBase
Represents Panasonic maker-notes.
Modifier and Type | Method and Description |
---|---|
String |
getAccessorySerialNumber()
Gets the accessory serial number.
|
String |
getAccessoryType()
Gets the type of the accessory.
|
Integer |
getAFMode()
Gets the af mode.
|
Integer |
getAudio()
Gets the audio.
|
String |
getFirmwareVersion()
Gets the firmware version.
|
Integer |
getFocusMode()
Gets the focus mode.
|
Integer |
getImageQuality()
Gets the image quality.
|
Integer |
getImageStabilization()
Gets the image stabilization.
|
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.
|
getTags, readByTagId, setTags
public final Integer getImageQuality()
Gets the image quality.
Value: The image quality.public final String getFirmwareVersion()
Gets the firmware version.
Value: The firmware version.public final Integer getWhiteBalance()
Gets the white balance.
Value: The white balance.public final Integer getFocusMode()
Gets the focus mode.
Value: The focus mode.public final Integer getAFMode()
Gets the af mode.
Value: The af mode.public final Integer getImageStabilization()
Gets the image stabilization.
Value: The image stabilization.public final Integer getMacroMode()
Gets the macro mode.
Value: The macro mode.public final Integer getShootingMode()
Gets the shooting mode.
Value: The shooting mode.public final Integer getAudio()
Gets the audio.
Value: The audio.public final String getLensType()
Gets the type of the lens.
Value: The type of the lens.public final String getLensSerialNumber()
Gets the lens serial number.
Value: The lens serial number.public final String getAccessoryType()
Gets the type of the accessory.
Value: The type of the accessory.public final String getAccessorySerialNumber()
Gets the accessory serial number.
Value: The accessory serial number.Copyright © 2017. All rights reserved.