exif-byte-order.h File Reference

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.

Detailed Description

Defines the ExifByteOrder enum and the associated functions.


Enumeration Type Documentation

Which byte order to use.

Enumerator:
EXIF_BYTE_ORDER_MOTOROLA 

Big-endian byte order.

EXIF_BYTE_ORDER_INTEL 

Little-endian byte order.


Function Documentation

const char* exif_byte_order_get_name ( ExifByteOrder  order  ) 

Return a short, localized, textual name for the given byte order.

Parameters:
[in] order byte order
Returns:
localized textual name of the byte order

References EXIF_BYTE_ORDER_INTEL, and EXIF_BYTE_ORDER_MOTOROLA.


Generated on 20 Sep 2012 for EXIF library (libexif) API by  doxygen 1.6.1