|
|
|
|
Location:
mmfcontrollerpluginresolver.h
Link against: mmfcontrollerframework.lib
class CMMFFormatEncodePluginSelectionParameters : public CMMFFormatPluginSelectionParameters;
Class used to list and select plugins implementing the CMMFFormatEncode 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
CMMFFormatEncodePluginSelectionParameters - Class used to list and select plugins implementing the
Defined in CMMFFormatEncodePluginSelectionParameters:
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 CMMFFormatEncodePluginSelectionParameters *NewL();
Construct a new format encode selection parameters object.
|
static IMPORT_C CMMFFormatEncodePluginSelectionParameters *NewLC();
Constructs a new format encode selection parameters object.
|