Location:
mmfcontrollerpluginresolver.h
Link against: mmfcontrollerframework.lib
class CMMFFormatDecodePluginSelectionParameters : public CMMFFormatPluginSelectionParameters;
Class used to list and select plugins implementing the CMMFFormatDecode
interface.
CBase
- Base class for all classes to be instantiated on the heap
CMMFPluginSelectionParameters
- Contains the parameters used to select mmf plugins from the ECOM registry
CMMFFormatPluginSelectionParameters
- Abstract class used to contain the parameters used to select format plugins from the ECOM registry
CMMFFormatDecodePluginSelectionParameters
- Class used to list and select plugins implementing the
Defined in CMMFFormatDecodePluginSelectionParameters
:
NewL()
, NewLC()
Inherited from CBase
:
Delete()
,
Extension_()
,
operator new()
Inherited from CMMFFormatPluginSelectionParameters
:
ListImplementationsL()
,
SetRequiredFormatSupportL()
,
iRequiredFormatSupport
Inherited from CMMFPluginSelectionParameters
:
EAllowOnlySuppliedMediaIds
,
EAllowOtherMediaIds
,
ENoMediaIdMatch
,
ENoPreferredSupplierMatch
,
EOnlyPreferredSupplierPluginsReturned
,
EPreferredSupplierPluginsFirstInList
,
InterfaceUid()
,
MediaIdMatchType()
,
MediaIds()
,
PreferredSupplier()
,
PreferredSupplierMatchType()
,
SetMediaIdsL()
,
SetPreferredSupplierL()
,
TMediaIdMatchType
,
TPreferredSupplierMatchType
static IMPORT_C CMMFFormatDecodePluginSelectionParameters *NewL();
Constructs a new format decode selection parameters object.
|
static IMPORT_C CMMFFormatDecodePluginSelectionParameters *NewLC();
Constructs a new format decode selection parameters object.
|