class CMMFVideoPlayControllerCustomCommandParser : public CMMFCustomCommandParserBase |
Custom command parser class to be used by controller plugins wishing to support video play controller commands.
The controller plugin must be derived from MMMFVideoPlayControllerCustomCommandImplementor to use this class. The controller plugin should create an object of this type and add it to the list of custom command parsers in the controller framework.
Public Member Functions | |
---|---|
~CMMFVideoPlayControllerCustomCommandParser() | |
void | HandleRequest(TMMFMessage &) |
IMPORT_C CMMFVideoPlayControllerCustomCommandParser * | NewL(MMMFVideoPlayControllerCustomCommandImplementor &) |
Private Attributes | |
---|---|
MMMFVideoPlayControllerCustomCommandImplementor & | iImplementor |
CMMFVideoFrameMessage * | iVideoFrameMessage |
CMMFVideoPlayControllerCustomCommandParser | ( | MMMFVideoPlayControllerCustomCommandImplementor & | aImplementor | ) | [private] |
Constructor.
7.0s
MMMFVideoPlayControllerCustomCommandImplementor & aImplementor | A reference to the controller plugin that owns this new object. |
IMPORT_C | ~CMMFVideoPlayControllerCustomCommandParser | ( | ) |
Destructor.
7.0s
TBool | DoDirectScreenAccessEventL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
TBool | DoGetAudioEnabledL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
TBool | DoGetCropRegionL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
TBool | DoGetFrameL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
TBool | DoGetLoadingProgressL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
TBool | DoGetRotationL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
TBool | DoGetScaleFactorL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
void | DoHandleRequestL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
TBool | DoPlayL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
TBool | DoPrepareL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
TBool | DoRefreshFrameL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
TBool | DoRequestFrameL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
TBool | DoSetCropRegionL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
TBool | DoSetDisplayWindowL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
TBool | DoSetRotationL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
TBool | DoSetScaleFactorL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
TBool | DoUpdateDisplayRegionL | ( | TMMFMessage & | aMessage | ) | [private] |
TMMFMessage & aMessage |
void | HandleRequest | ( | TMMFMessage & | aMessage | ) | [virtual] |
Handles a request from the client. Called by the controller framework.
7.0s
TMMFMessage & aMessage | The message to be handled. |
IMPORT_C CMMFVideoPlayControllerCustomCommandParser * | NewL | ( | MMMFVideoPlayControllerCustomCommandImplementor & | aImplementor | ) | [static] |
Creates a new custom command parser capable of handling video controller commands.
A pointer to the object created.
7.0s
MMMFVideoPlayControllerCustomCommandImplementor & aImplementor | A reference to the controller plugin that owns this new object. |
MMMFVideoPlayControllerCustomCommandImplementor & | iImplementor | [private] |
The object that implements the video record controller interface