Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <MdaAudioSampleEditor.h>
Link against: mediaclientaudio.lib

Class CMdaAudioClipUtility

class CMdaAudioClipUtility : public CBase, public MMMFClientUtility;

Description

This class is used by both the audio recorder and audio converter. This class should not be used, other than the TState enum.

Prior to 7.0s the pure virtual functions in this class were implemented virtual functions. In 7.0s this changed, so now any classes derived from this one must implement the functions themselves.

Derivation

Members

Defined in CMdaAudioClipUtility:

Inherited from CBase:


Member enumerations


Enum TState

TState

Description

Defines the possible state of the audio data sample.

ENotReady

The audio clip recorder or audio converter has been constructed but no file or descriptor has been opened.

EOpen

Files or descriptors are open but no playing or recording operation is in progress.

EPlaying

Audio sample data is playing.

ERecording

New audio sample data is being recorded.