Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: MdaAudioSampleEditor.h
Link against: MediaClientAudio.lib

Class CMdaAudioType

CMdaAudioType

Support

Supported from 5.0

Description

Encapsulates the audio format, codec and the settings for an audio sample.

These three items are further encapsulated within other classes and instances of these classes are constructed on the heap. These instances are destroyed when this object is destroyed.

Derivation

CBaseBase class for all classes to be instantiated on the heap
CMdaAudioTypeEncapsulates the audio format, codec and the settings for an audio sample

Defined in CMdaAudioType:
iCodec, iFormat, iSettings

Inherited from CBase:
operator new()


Data members


iFormat

TMdaClipFormat* iFormat

Description

The audio format, for instance TMdaWavClipFormat or TMdaAuClipFormat.

See also:


iCodec

TMdaPackage* iCodec

Description

The codec, for instance one of the classes derived from TMdaWavCodec or TMdaAuCodec.

See also:


iSettings

TMdaAudioDataSettings* iSettings

Description

The audio settings.

See also: