EXIF library (libexif) API
0.6.24
|
Defines the ExifByteOrder enum and the associated functions. More...
Go to the source code of this file.
Enumerations | |
enum | ExifByteOrder { EXIF_BYTE_ORDER_MOTOROLA , EXIF_BYTE_ORDER_INTEL } |
Which byte order to use. More... | |
Functions | |
const char * | exif_byte_order_get_name (ExifByteOrder order) |
Return a short, localized, textual name for the given byte order. More... | |
Defines the ExifByteOrder enum and the associated functions.
enum ExifByteOrder |
const char* exif_byte_order_get_name | ( | ExifByteOrder | order | ) |
Return a short, localized, textual name for the given byte order.
[in] | order | byte order |
References EXIF_BYTE_ORDER_INTEL, and EXIF_BYTE_ORDER_MOTOROLA.