#include <mda/common/audio.h>
class TMdaPcmWavCodec : public TMdaWavCodec |
Public Attributes | |
---|---|
TBits | iBits |
Public Member Enumerations | |
---|---|
enum | TBits { E8BitPcm, E16BitPcm } |
Public Member Functions | |
---|---|
TMdaPcmWavCodec(TBits) |
Inherited Attributes | |
---|---|
TMdaRawPackage::iThis |
Deprecated
The codec for uncompressed 8 or 16 bit PCM .wav format sound data.
This codec copies the data unchanged from source to destination.
TMdaPcmWavCodec | ( | TBits | aBits = E16BitPcm | ) | [inline] |
Constructs the package with a flag that indicates whether the sound is sampled using 8 or 16 bits.
Parameters | |
---|---|
aBits | Indicates whether the sound is sampled using 8 or 16 bits. |