Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: mda\common\audio.h
Link against: n/a

Class TMdaPcmWavCodec

TMdaPcmWavCodec

Support

Supported from 6.0

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

TMdaPackageA data structure used to package messages (that include the package type) sent between the media server and its clients
TMdaPcmWavCodecThe codec for uncompressed 8 or 16 bit PCM .wav format sound data
TMdaRawPackageAbstract base class for all media server package types
TMdaWavCodecThe base class for codecs used by .wav audio files

Defined in TMdaPcmWavCodec:
E16BitPcm, E8BitPcm, TBits, TMdaPcmWavCodec(), iBits

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

See also:


Construction


TMdaPcmWavCodec()

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=E16BitPcm

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

[Top]


Member data


iBits

TBits iBits;

Description

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

[Top]


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.