Symbian
Symbian OS Library

SYMBIAN OS V9.2

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



Location: Utility.h

Class MMdaObjectStateChangeObserver

class MMdaObjectStateChangeObserver;

Description

An interface class for handling the change of state of an audio data sample object.

The class is a mixin and is intended to be inherited by the client class which is observing the audio recording or the audio conversion operation. The class defines a single function which must be implemented by the inheriting client class.

This class is maintained for binary compatibility with versions prior to 7.0s.

Defined in MMdaObjectStateChangeObserver: MoscoStateChangeEvent()

Members

Defined in MMdaObjectStateChangeObserver:
MoscoStateChangeEvent()


Member functions


MoscoStateChangeEvent()

virtual void MoscoStateChangeEvent(CBase *aObject, TInt aPreviousState, TInt aCurrentState, TInt aErrorCode)=0;

Description

Parameters

CBase *aObject

TInt aPreviousState

TInt aCurrentState

TInt aErrorCode