Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: mmfcontrollerpluginresolver.h
Link against: mmfcontrollerframework.lib

Class CMMFFormatEncodePluginSelectionParameters

class CMMFFormatEncodePluginSelectionParameters : public CMMFFormatPluginSelectionParameters;

Description

Class used to list and select plugins implementing the CMMFFormatEncode interface.

Derivation

Members

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


Construction and destruction


NewL()

static IMPORT_C CMMFFormatEncodePluginSelectionParameters *NewL();

Description

Construct a new format encode selection parameters object.

Return value

CMMFFormatEncodePluginSelectionParameters *

The new object created.


NewLC()

static IMPORT_C CMMFFormatEncodePluginSelectionParameters *NewLC();

Description

Constructs a new format encode selection parameters object.

Return value

CMMFFormatEncodePluginSelectionParameters *

The new object created. Note that the new object will be left on the cleanup stack.