import"sbIDeviceCapabilities.idl";
Public Member Functions | |
| void | Initialize (in ACString aImageFormat, in nsIArray aSupportedExplicitSizes, in sbIDevCapRange aSupportedWidths, in sbIDevCapRange aSupportedHeights) |
Public Attributes | |
| readonly attribute ACString | imageFormat |
| readonly attribute nsIArray | supportedExplicitSizes |
| readonly attribute sbIDevCapRange | supportedWidths |
| readonly attribute sbIDevCapRange | supportedHeights |
Definition at line 183 of file sbIDeviceCapabilities.idl.
| void sbIImageFormatType::Initialize | ( | in ACString | aImageFormat, |
| in nsIArray | aSupportedExplicitSizes, | ||
| in sbIDevCapRange | aSupportedWidths, | ||
| in sbIDevCapRange | aSupportedHeights | ||
| ) |
| readonly attribute ACString sbIImageFormatType::imageFormat |
The mime-type of the image format.
e.g. image/jpeg, image/png, image/x-my-private-format
Definition at line 194 of file sbIDeviceCapabilities.idl.
| readonly attribute nsIArray sbIImageFormatType::supportedExplicitSizes |
Definition at line 202 of file sbIDeviceCapabilities.idl.
| readonly attribute sbIDevCapRange sbIImageFormatType::supportedHeights |
Definition at line 214 of file sbIDeviceCapabilities.idl.
| readonly attribute sbIDevCapRange sbIImageFormatType::supportedWidths |
Definition at line 208 of file sbIDeviceCapabilities.idl.