PCMHeader

Stores *.PCM file header data

Constructors

this
this(int length, int length_u, CodecType codecType, ubyte numOfChannels, ubyte aux, float sampleRate)
Undocumented in source.

Members

Variables

author_l
ubyte author_l;

Actual length = value * 4

aux
ubyte aux;

Stores additional data if needed

codecType
CodecType codecType;
Undocumented in source.
comment_l
ubyte comment_l;

Actual length = value * 4

copyright_l
ubyte copyright_l;

Actual length = value * 4

length
uint length;
Undocumented in source.
length_u
uint length_u;
Undocumented in source.
name_l
ubyte name_l;

Actual length = value * 4

numOfChannels
ubyte numOfChannels;
Undocumented in source.
sampleRate
float sampleRate;
Undocumented in source.

Meta