EXIF library (libexif) Internals  0.6.24
exif-byte-order.h File Reference

Defines the ExifByteOrder enum and the associated functions. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Defines the ExifByteOrder enum and the associated functions.

Definition in file exif-byte-order.h.

Enumeration Type Documentation

◆ ExifByteOrder

Which byte order to use.

Enumerator
EXIF_BYTE_ORDER_MOTOROLA 

Big-endian byte order.

EXIF_BYTE_ORDER_INTEL 

Little-endian byte order.

Definition at line 31 of file exif-byte-order.h.

Function Documentation

◆ exif_byte_order_get_name()

const char* exif_byte_order_get_name ( ExifByteOrder  order)

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

Parameters
[in]orderbyte order
Returns
localized textual name of the byte order, or NULL if unknown

Definition at line 29 of file exif-byte-order.c.

References _, EXIF_BYTE_ORDER_INTEL, and EXIF_BYTE_ORDER_MOTOROLA.

Referenced by test_exif_data(), and test_parse().


libexif Generated by doxygen