Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <mmfcontrollerpluginresolver.h>
Link against: mmfcontrollerframework.lib

Class CMMFFormatDecodePluginSelectionParameters

class CMMFFormatDecodePluginSelectionParameters : public CMMFFormatPluginSelectionParameters;

Description

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

Derivation

Members

Defined in CMMFFormatDecodePluginSelectionParameters:

Inherited from CBase:

Inherited from CMMFFormatPluginSelectionParameters:

Inherited from CMMFPluginSelectionParameters:


Construction and destruction


NewL()

IMPORT_C static CMMFFormatDecodePluginSelectionParameters* NewL();

Description

Constructs a new format decode selection parameters object.

Return value

CMMFFormatDecodePluginSelectionParameters *

The new object created.


NewLC()

IMPORT_C static CMMFFormatDecodePluginSelectionParameters* NewLC();

Description

Constructs a new format decode selection parameters object.

Return value

CMMFFormatDecodePluginSelectionParameters *

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