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
Indicates whether the sound is sampled using 8 or 16 bits.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.