Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: Audio.h

Class TMdaPcmWavCodec

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:
E16BitPcm, E8BitPcm, TBits, TMdaPcmWavCodec(), iBits

Inherited from TMdaPackage:
SetUid(), Type(), Uid(), operator==()

Inherited from TMdaRawPackage:
Package(), SetSize(), iThis


Construction and destruction


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

TBits aBits

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

[Top]


Member enumerations


Enum TBits

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

TBits iBits;

Description

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