CMMFVideoRecordControllerCustomCommandParser Class Reference
class CMMFVideoRecordControllerCustomCommandParser : public CMMFCustomCommandParserBase
|
Custom command parser class to be used by controller plugins wishing to support video record controller commands.
The controller plugin must be derived from
MMMFVideoRecordControllerCustomCommandImplementor
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.
Inherits from
-
CMMFVideoRecordControllerCustomCommandParser
Constructor & Destructor Documentation
CMMFVideoRecordControllerCustomCommandParser(MMMFVideoRecordControllerCustomCommandImplementor &)
~CMMFVideoRecordControllerCustomCommandParser()
IMPORT_C
|
~CMMFVideoRecordControllerCustomCommandParser
|
(
|
)
|
|
Member Functions Documentation
DoAddMetaDataEntryL(TMMFMessage &)
DoCopyCDesC8ArrayDataL(TMMFMessage &)
DoCopyFourCCArrayDataL(TMMFMessage &)
DoCreateBufFromCDesC8ArrayL(CDesC8Array &)
DoCreateBufFromFourCCArrayL(RArray< TFourCC > &)
void
|
DoCreateBufFromFourCCArrayL
|
(
|
RArray
<
TFourCC
> &
|
aArray
|
)
|
[private]
|
DoGetAudioEnabledL(TMMFMessage &)
DoGetRecordTimeAvailableL(TMMFMessage &)
DoGetSupportedSinkAudioTypesL(TMMFMessage &)
DoGetSupportedSinkVideoTypesL(TMMFMessage &)
DoHandleRequestL(TMMFMessage &)
void
|
DoHandleRequestL
|
(
|
TMMFMessage
&
|
aMessage
|
)
|
[private]
|
DoPrepareL(TMMFMessage &)
DoRemoveMetaDataEntryL(TMMFMessage &)
DoReplaceMetaDataEntryL(TMMFMessage &)
DoSetAudioBitRateL(TMMFMessage &)
DoSetAudioCodecL(TMMFMessage &)
DoSetAudioEnabledL(TMMFMessage &)
DoSetCameraHandleL(TMMFMessage &)
DoSetMaxFileSizeL(TMMFMessage &)
DoSetVideoBitRateL(TMMFMessage &)
DoSetVideoCodecL(TMMFMessage &)
DoSetVideoFormatL(TMMFMessage &)
DoSetVideoFrameSizeL(TMMFMessage &)
HandleRequest(TMMFMessage &)
void
|
HandleRequest
|
(
|
TMMFMessage
&
|
aMessage
|
)
|
[virtual]
|
Handles a request from the client. Called by the controller framework.
NewL(MMMFVideoRecordControllerCustomCommandImplementor &)
Creates a new custom command parser capable of handling video controller commands.
Member Data Documentation
CBufFlat * iDataCopyBuffer
MMMFVideoRecordControllerCustomCommandImplementor & iImplementor
The object that implements the video record controller interface
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.