TMdaPcmWavCodec Class Reference

class TMdaPcmWavCodec : public TMdaWavCodec

The codec for uncompressed 8 or 16 bit PCM .wav format sound data.

This codec copies the data unchanged from source to destination.

Constructor & Destructor Documentation

TMdaPcmWavCodec(TBits)

TMdaPcmWavCodec ( TBits aBits = E16BitPcm ) [inline]

Constructs the package with a flag that indicates whether the sound is sampled using 8 or 16 bits.

Parameters

TBits aBits = E16BitPcm Indicates whether the sound is sampled using 8 or 16 bits.

Member Enumerations Documentation

Enum TBits

Indicates whether the sound is sampled using 8 or 16 bits.

Enumerators

E8BitPcm = 0

The sound is sampled using 8 bits.

E16BitPcm = 1

The sound is sampled using 16 bits.

Member Data Documentation

TBits iBits

TBits iBits

Indicates whether the sound is sampled using 8 or 16 bits.