Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <Audio.h>

Class TMdaPcmWavCodec

Interface status: deprecated

class TMdaPcmWavCodec : public TMdaWavCodec;

Description

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

This codec copies the data unchanged from source to destination.

Derivation

Members

Defined in TMdaPcmWavCodec:

Inherited from TMdaPackage:

Inherited from TMdaRawPackage:

Inherited from TMdaWavCodec:


Construction and destruction


TMdaPcmWavCodec(TBits)

Interface status: deprecated Inherited from: TMdaPcmWavCodec

inline TMdaPcmWavCodec(TBits aBits=E16BitPcm);

Description

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

Parameters

TMdaPcmWavCodec::TBits aBits

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

[Top]


Member enumerations


Enum TBits

Interface status: deprecated Inherited from: TMdaPcmWavCodec

TBits

Description

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

E8BitPcm

The sound is sampled using 8 bits.

E16BitPcm

The sound is sampled using 16 bits.

[Top]


Member data


iBits

Interface status: deprecated Inherited from: TMdaPcmWavCodec

TBits iBits;

Description

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