CG729EncoderIntfcMsgHdlr Class Reference

class CG729EncoderIntfcMsgHdlr : public CMMFObject

Handle messages from interface proxy. The class receives the messages sent by the custom interface proxy and makes the appropriate call on its custom interface implementation.

G729EncoderIntfcMsgHdlr.lib
Since
S60 3.0

Inherits from

Constructor & Destructor Documentation

CG729EncoderIntfcMsgHdlr(CG729EncoderIntfc *)

CG729EncoderIntfcMsgHdlr(CG729EncoderIntfc *aG729EncoderIntfcImpl)[private]

C++ default constructor.

Parameters

CG729EncoderIntfc * aG729EncoderIntfcImpl

~CG729EncoderIntfcMsgHdlr()

IMPORT_C~CG729EncoderIntfcMsgHdlr()[virtual]

Destructor.

Member Functions Documentation

ConstructL()

voidConstructL()[private]

By default Symbian 2nd phase constructor is private.

DoGetVadModeL(TMMFMessage &)

voidDoGetVadModeL(TMMFMessage &aMessage)[private]

Parameters

TMMFMessage & aMessage

DoHandleRequestL(TMMFMessage &)

voidDoHandleRequestL(TMMFMessage &aMessage)[private]

Parameters

TMMFMessage & aMessage

DoSetVadModeL(TMMFMessage &)

voidDoSetVadModeL(TMMFMessage &aMessage)[private]

Parameters

TMMFMessage & aMessage

HandleRequest(TMMFMessage &)

IMPORT_C voidHandleRequest(TMMFMessage &aMessage)[virtual]

Passes a message to the object to handle.

This is a pure virtual method to be implemented by concrete classes derived from this class.

The message passed in MUST be completed by the object; however, it can be copied to be completed at a later time, should some other asynchronous action need to occur first.

Since
7.0s

Parameters

TMMFMessage & aMessageThe message to be handled. This MUST be completed by the object.

NewL(TAny *)

IMPORT_C CG729EncoderIntfcMsgHdlr *NewL(TAny *aG729EncoderIntfcImpl)[static]

Two-phased constructor.

Parameters

TAny * aG729EncoderIntfcImpl

Member Data Documentation

CG729EncoderIntfc * iG729EncoderIntfcCI

CG729EncoderIntfc *iG729EncoderIntfcCI[private]