Describes sample byte order or "endianness", for samples over 8 bits wide.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public enum ByteFormat
Public Enumeration ByteFormat
public enum class ByteFormat
Members
Member | Description |
---|---|
LittleEndian |
Samples are in little-endian order.
|
BigEndian |
Samples are in big-endian order.
|
Native |
Samples are in the native ordering of the computer.
|