The Endian object contains values that denote the byte order used to represent multibyte numbers. The byte order is either bigEndian (most significant byte first) or littleEndian (least significant byte first).


Lib.Media.Utils.Endian.BIG_ENDIAN

Indicates the most significant byte of the multibyte number appears first in the sequence of bytes.

Lib.Media.Utils.Endian.LITTLE_ENDIAN

Indicates the least significant byte of the multibyte number appears first in the sequence of bytes.

Created with the Personal Edition of HelpNDoc: Create cross-platform Qt Help files