javax.microedition.amms.control
Interface ImageFormatControl
- All Superinterfaces:
- javax.microedition.media.Control, FormatControl
- public interface ImageFormatControl
- extends FormatControl
ImageFormatControl
controls the setting of the image format.
Image formats
Format definitions are not part of this specification. Instead, a list of definitions
can be downloaded from Forum Nokia. The list will be constantly updated and new types
will be added as needed.
Exif
It is recommended that the device uses Exif (Exchangeable image file format
for digital still cameras, JEITA CP-3451) field names as metadata keys for Exif metadata. Some common keys are listed in the following table:
Metadata Key
|
Description
|
DateTimeOriginal |
Date and time of original data generation |
ImageDescription |
Image title |
Make |
Manufacturer of image input equipment |
Model |
Model of image input equipment |
Methods inherited from interface javax.microedition.amms.control.FormatControl |
getEstimatedBitRate, getFormat, getIntParameterValue, getMetadataOverride, getMetadataSupportMode, getStrParameterValue, getSupportedFormats, getSupportedIntParameterRange, getSupportedIntParameters, getSupportedMetadataKeys, getSupportedStrParameters, getSupportedStrParameterValues, setFormat, setMetadata, setMetadataOverride, setParameter, setParameter |
getEstimatedImageSize
public int getEstimatedImageSize()
- Gets the estimated image size.
- Returns:
- estimated image size in bytes
Copyright © 2004-2005 Nokia Corporation. See the Copyright for details.