class MAudioSvrService |
This is the interface for all audio service plugins. So Each Service plugin has to implement this interface.
TInt | Load | ( | ) | [pure virtual] |
This method is used to load or create the objects that are internally used by service plugin.
void | PassDestructorKey | ( | TUid | aUid | ) | [pure virtual] |
This method 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.
TUid aUid | The Uid returned by REComSession::CreateImplementationL() or similar. |
void | Release | ( | ) | [pure virtual] |
This method is used to destroy plugin. This is equivalent to destructor.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.