|
||
class CMMFControllerPluginSelectionParameters : public CMMFPluginSelectionParameters;
Contains the parameters used to select controller 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.
CMMFControllerPluginSelectionParameters
- ...
Defined in CMMFControllerPluginSelectionParameters
:
ListImplementationsL(RMMFControllerImplInfoArray &)const
Retrieves all controller plugins that support the requirements of the caller.NewL()
Constructs a new controller selection parameters object.NewLC()
Construct a new controller selection parameters object.SetRequiredPlayFormatSupportL(const CMMFFormatSelectionParameters &)
Sets the play format support required.SetRequiredRecordFormatSupportL(const CMMFFormatSelectionParameters &)
Sets the record format support required.iRequiredPlayFormatSupport
The required play format supportiRequiredRecordFormatSupport
The required record format support~CMMFControllerPluginSelectionParameters()
DestructorInherited 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 static CMMFControllerPluginSelectionParameters* NewL();
Constructs a new controller selection parameters object.
|
IMPORT_C static CMMFControllerPluginSelectionParameters* NewLC();
Construct a new controller selection parameters object.
|
IMPORT_C void SetRequiredPlayFormatSupportL(const CMMFFormatSelectionParameters &aRequiredSupport);
Sets the play format support required.
Note: The play formats supported by the controller plugins will only be retrieved if this method is called. To get all the
play formats supported by the system, call this with a 'blank' CMMFFormatSelectionParameters
object.
|
IMPORT_C void SetRequiredRecordFormatSupportL(const CMMFFormatSelectionParameters &aRequiredSupport);
Sets the record format support required.
Note: The record formats supported by the controller plugins will only be retrieved if this method is called. To get all the
record formats supported by the system, call this with a 'blank' CMMFFormatSelectionParameters
object.
|
IMPORT_C virtual void ListImplementationsL(RMMFControllerImplInfoArray &aImplementations) const;
Retrieves all controller plugins that support the requirements of the caller.
|
protected: CMMFFormatSelectionParameters * iRequiredPlayFormatSupport;
The required play format support
protected: CMMFFormatSelectionParameters * iRequiredRecordFormatSupport;
The required record format support