| 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.
| Public Member Functions | |
|---|---|
| TMdaPcmWavCodec ( TBits ) | |
| Public Member Enumerations | |
|---|---|
| enum | TBits { E8BitPcm = 0, E16BitPcm = 1 } |
| Public Attributes | |
|---|---|
| TBits | iBits |
| Inherited Attributes | |
|---|---|
| TMdaRawPackage::iThis | |
| TMdaPcmWavCodec | ( | TBits | aBits = E16BitPcm | ) | [inline] |
Constructs the package with a flag that indicates whether the sound is sampled using 8 or 16 bits.
| TBits aBits = E16BitPcm | Indicates whether the sound is sampled using 8 or 16 bits. |
Indicates whether the sound is sampled using 8 or 16 bits.
| E8BitPcm = 0 |
The sound is sampled using 8 bits. |
| E16BitPcm = 1 |
The sound is sampled using 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.