class COmxComponentLoaderIf : public CBase |
The COmxComponentLoaderIf class provides an interface to the Component Loader implementation. Component Loaders shall be installed as ECOM plug-ins implementing the COmxComponentLoaderIf to run under Symbian OMX IL Core. Symbian OMX IL Core creates a list of all the ECOM implementations of this Component Loader interface installed in the system.
KUidOmxILLoaderInterface
Public Member Functions | |
---|---|
~COmxComponentLoaderIf() | |
COmxComponentLoaderIf * | CreateImplementationL(TUid) |
OMX_HANDLETYPE | Handle() |
Private Attributes | |
---|---|
TUid | iDestructorKey |
COmxComponentLoaderIf * | CreateImplementationL | ( | TUid | aUid | ) | [static, inline] |
Static method to load the particular ECOM plugin specified by the implementation UID passed as a parameter. As part of the creation of this interface the actual OMX_LOADERTYPE structure should be allocated and populated.
KUidOmxILLoaderInterface
TUid aUid | UID of the ECOM plug-in |
OMX_HANDLETYPE | Handle | ( | ) | [pure virtual] |
Gets the valid handle of the already populated OMX_LOADERTYPE structure.
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.