public final class CanonMakerNotePackage extends MakerNotePackage
Represents CANON MakerNote metadata.
Modifier and Type | Method and Description |
---|---|
CanonCameraSettingsPackage |
getCameraSettings()
Gets the camera settings.
|
Long |
getCanonFileLength()
Gets the length of the canon file.
|
String |
getCanonFirmwareVersion()
Gets the canon firmware version.
|
String |
getCanonImageType()
Gets the Canon image type.
|
Long |
getCanonModelID()
Gets the canon model identifier.
|
Long |
getFileNumber()
Gets the file number.
|
String |
getOwnerName()
Gets the name of the owner.
|
Long |
getSerialNumber()
Gets the serial number.
|
clear, getByTiffTagID, remove, set, toList
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, iterator, removeProperties, sanitize, setProperties, updateProperties
public final CanonCameraSettingsPackage getCameraSettings()
Gets the camera settings.
public final String getCanonImageType()
Gets the Canon image type.
public final String getCanonFirmwareVersion()
Gets the canon firmware version.
public final Long getFileNumber()
Gets the file number.
public final String getOwnerName()
Gets the name of the owner.
public final Long getSerialNumber()
Gets the serial number.
public final Long getCanonFileLength()
Gets the length of the canon file.
public final Long getCanonModelID()
Gets the canon model identifier.