Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <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:

Inherited from CBase:

Inherited from CMMFFormatPluginSelectionParameters:

Inherited from CMMFPluginSelectionParameters:


Construction and destruction


NewL()

IMPORT_C static CMMFFormatEncodePluginSelectionParameters* NewL();

Description

Construct a new format encode selection parameters object.

Return value

CMMFFormatEncodePluginSelectionParameters *

The new object created.


NewLC()

IMPORT_C static 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.