libao# 0.8.8
ByteFormat Enumeration
NamespacesXiph.Audio.OutputByteFormat
Describes sample byte order or "endianness", for samples over 8 bits wide.
Declaration Syntax
C#Visual BasicVisual C++
public enum ByteFormat
Public Enumeration ByteFormat
public enum class ByteFormat
Members
MemberDescription
LittleEndian
Samples are in little-endian order.

BigEndian
Samples are in big-endian order.

Native
Samples are in the native ordering of the computer.

Assembly: libao-sharp (Module: libao-sharp) Version: 0.8.8.18341