SampleFormat

Defines an audio sample format for streams.

Members

Enums

Flag
enum Flag
Undocumented in source.

Functions

isNativeEndian
bool isNativeEndian()

Returns true if format is in native endian format.

Variables

aux
ubyte aux;

Auxilliary byte for padding, compression parameters, etc.

bits
ubyte bits;

The number of bits for each sample.

cmprType
ubyte cmprType;

Compression type, or zero if uncompressed.

flags
ubyte flags;

Flags that define the properties of the format.

Meta