Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



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

Class TMdaRawAudioCodec

TMdaRawAudioCodec

Support

Supported from 6.0

Description

The base class for raw audio codecs.

An object derived from this class can be used to specify the algorithm to use when opening a raw audio clip (whose format is TMdaRawAudioClipFormat).

Raw audio clips are have no header information, so that when opening one, the user must supply a codec and a package containing the settings appropriate for the data in the clip.

Derivation

TMdaPackageA data structure used to package messages (that include the package type) sent between the media server and its clients
TMdaRawAudioCodecThe base class for raw audio codecs
TMdaRawPackageAbstract base class for all media server package types

Defined in TMdaRawAudioCodec:
TMdaRawAudioCodec()

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

See also:


Construction


TMdaRawAudioCodec()

TMdaRawAudioCodec();

Description

The default constructor initialises the package so that it can be identified by the media server.