
![]() |
![]() |
|
class CMMFPluginSelectionParameters : public CBase;
Contains the parameters used to select mmf plugins from the ECOM registry.
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.
Defined in 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...~CMMFPluginSelectionParameters()
Destructor. Resets and destroys all member data.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...virtual ~CMMFPluginSelectionParameters();
Destructor. Resets and destroys all member data.
IMPORT_C void SetPreferredSupplierL(const TDesC &aPreferredSupplier, TPreferredSupplierMatchType aMatchType);
Sets the preferred supplier of the plugin.
|
IMPORT_C void SetMediaIdsL(const RArray< TUid > &aMediaIds, TMediaIdMatchType aMatchType);
Sets the media IDs that must be supported by the plugin, for example audio, video etc.
|
IMPORT_C const TDesC& PreferredSupplier() const;
Returns the preferred supplier. If no preferred supplier has been set, a blank string will be returned.
|
IMPORT_C TPreferredSupplierMatchType PreferredSupplierMatchType() const;
Returns the type of preferred supplier match to perform.
|
IMPORT_C const RArray< TUid >& MediaIds() const;
Returns the list of media IDs that must be supported by the plugin.
|
IMPORT_C TMediaIdMatchType MediaIdMatchType() const;
Returns the type of preferred supplier match to perform.
|
IMPORT_C TUid InterfaceUid() const;
Returns the uid of the interface to be searched for plugin matches.
|
TPreferredSupplierMatchType
Describes the type of preferred supplier match to be performed on the plugins return from the ECOM registry.
|
TMediaIdMatchType
Describes the type of media ID match to be performed on the plugins return from the ECOM registry.
|