|
||
class CMMFFormatPluginSelectionParameters : public CMMFPluginSelectionParameters;
Abstract class used to contain the parameters used to select format plugins from the ECOM registry.
Note: The classes CMMFFormatEncodePluginSelectionParamters and CMMFFormatDecodePluginSelectionParameters
should be used to list and select format plugin implementations.
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
- ...
Defined in CMMFFormatPluginSelectionParameters
:
ListImplementationsL(RMMFFormatImplInfoArray &)const
Retrieves all format plugins that support the requirements of the caller.SetRequiredFormatSupportL(const CMMFFormatSelectionParameters &)
Sets the format support required.iRequiredFormatSupport
The format support required~CMMFFormatPluginSelectionParameters()
Destructor.Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...Inherited from CMMFPluginSelectionParameters
:
EAllowOnlySuppliedMediaIds
Only plugins that support the exact media IDs supplied will be returned. For exa...EAllowOtherMediaIds
All plugins that support the media ID supplied will be returned, even those that...ENoMediaIdMatch
No media ID match will be performed.ENoPreferredSupplierMatch
No preferred supplier match will be performed.EOnlyPreferredSupplierPluginsReturned
Only plugins from the preferred supplier will be returned.EPreferredSupplierPluginsFirstInList
Plugins from all suppliers will be returned, but those from the preferred suppli...InterfaceUid()const
Returns the uid of the interface to be searched for plugin matches.MediaIdMatchType()const
Returns the type of preferred supplier match to perform.MediaIds()const
Returns the list of media IDs that must be supported by the plugin.PreferredSupplier()const
Returns the preferred supplier. If no preferred supplier has been set, a blank s...PreferredSupplierMatchType()const
Returns the type of preferred supplier match to perform.SetMediaIdsL(const RArray< TUid > &,TMediaIdMatchType)
Sets the media IDs that must be supported by the plugin, for example audio, vide...SetPreferredSupplierL(const TDesC &,TPreferredSupplierMatchType)
Sets the preferred supplier of the plugin.TMediaIdMatchType
Describes the type of media ID match to be performed on the plugins return from ...TPreferredSupplierMatchType
Describes the type of preferred supplier match to be performed on the plugins re...IMPORT_C void ListImplementationsL(RMMFFormatImplInfoArray &aImplementations) const;
Retrieves all format plugins that support the requirements of the caller.
|
IMPORT_C void SetRequiredFormatSupportL(const CMMFFormatSelectionParameters &aRequiredSupport);
Sets the format support required.
|
protected: CMMFFormatSelectionParameters * iRequiredFormatSupport;
The format support required