MDevSoundCIServerExtension Class Reference

class MDevSoundCIServerExtension

Mixins for server-side Custom Interface Extension.

Member Functions Documentation

HandleMessageL(const RMmfIpcMessage &)

TInt HandleMessageL(const RMmfIpcMessage &aMessage)[pure virtual]
Called by the Multimedia framework when a message is received. The implementation of this method is responsibile for completing the message.
leave
System wide error.

Parameters

const RMmfIpcMessage & aMessageMessage received by MM framework

PassDestructorKey(TUid)

voidPassDestructorKey(TUidaDestructorKey)[pure virtual]

Called by framework during construction (after Setup) and is used to pass a destructor key for ECom. The passed UID must be retained for the lifetime of the plugin and, on a subsequent call to Release(), REComSession::DestroyedImplementation() must be called by the plugin, using the stored UID.

Parameters

TUid aDestructorKeyThe Uid returned by REComSession::CreateImplementationL() or similar.

Release()

voidRelease()[pure virtual]

Equivalent to destructor. Called to destroy plugin.

Setup(MCustomInterface &)

TInt Setup(MCustomInterface &aInterface)[pure virtual]

Will be called by framework after successfully creating ECOM implementation.

Parameters

MCustomInterface & aInterfaceReference to implementation of CI Extension Support interface.