#include <mmf/common/mmfstandardcustomcommands.h>
class MMMFVideoRecordControllerCustomCommandImplementor |
Public Member Functions | |
---|---|
pure virtual void | MvrcAddMetaDataEntryL(const CMMFMetaDataEntry &) |
pure virtual void | MvrcGetAudioEnabledL(TBool &) |
pure virtual void | MvrcGetRecordTimeAvailableL(TTimeIntervalMicroSeconds &) |
pure virtual void | MvrcGetSupportedSinkAudioTypesL(RArray< TFourCC > &) |
pure virtual void | MvrcGetSupportedSinkVideoTypesL(CDesC8Array &) |
pure virtual void | MvrcPrepareL() |
pure virtual void | MvrcRemoveMetaDataEntryL(TInt) |
pure virtual void | MvrcReplaceMetaDataEntryL(TInt, const CMMFMetaDataEntry &) |
pure virtual void | MvrcSetAudioBitRateL(TInt &) |
pure virtual void | MvrcSetAudioCodecL(TFourCC) |
pure virtual void | MvrcSetAudioEnabledL(TBool) |
pure virtual void | MvrcSetCameraHandleL(TInt) |
pure virtual void | MvrcSetMaxFileSizeL(TInt) |
pure virtual void | MvrcSetVideoBitRateL(TInt &) |
pure virtual void | MvrcSetVideoCodecL(const TDesC8 &) |
pure virtual void | MvrcSetVideoFormatL(TUid) |
pure virtual void | MvrcSetVideoFrameSizeL(TSize) |
Mixin class to be derived from controller plugins that could support the video record controller
custom commands.
void | MvrcAddMetaDataEntryL | ( | const CMMFMetaDataEntry & | aNewEntry | ) | [pure virtual] |
Adds meta data to the clip.
Parameters | |
---|---|
aNewEntry | The details of the new entry to be added. |
void | MvrcGetAudioEnabledL | ( | TBool & | aEnabled | ) | [pure virtual] |
Indicates if the audio is enabled.
Parameters | |
---|---|
aEnabled | A boolean indicating if the audio is enabled. |
void | MvrcGetRecordTimeAvailableL | ( | TTimeIntervalMicroSeconds & | aTime | ) | [pure virtual] |
Gets the (possibly estimated) record time left in the clip.
Parameters | |
---|---|
aTime | The record time available, in microseconds. |
void | MvrcGetSupportedSinkVideoTypesL | ( | CDesC8Array & | aDataTypes | ) | [pure virtual] |
Gets the supported sink video types.
Parameters | |
---|---|
aDataTypes | The supported data types. |
void | MvrcPrepareL | ( | ) | [pure virtual] |
Prepares the controller for recording. This needs to be called before
the first call to Record().
void | MvrcRemoveMetaDataEntryL | ( | TInt | aIndex | ) | [pure virtual] |
Removes a meta data entry from the clip.
Parameters | |
---|---|
aIndex | The ID of the meta data entry to delete. |
void | MvrcReplaceMetaDataEntryL | ( | TInt | aIndex, |
const CMMFMetaDataEntry & | aNewEntry | |||
) | [pure virtual] |
Replaces a meta data in the clip.
Parameters | |
---|---|
aIndex | The ID of the meta data entry to replace. |
aNewEntry | The details of the new entry to be added. |
void | MvrcSetAudioBitRateL | ( | TInt & | aBitRate | ) | [pure virtual] |
Sets the audio bit rate.
Parameters | |
---|---|
aBitRate | The bit rate of the audio stream. |
void | MvrcSetAudioCodecL | ( | TFourCC | aAudioCodec | ) | [pure virtual] |
Sets the audio codec for recording.
Parameters | |
---|---|
aAudioCodec | The FourCC code of the audio codec. |
void | MvrcSetAudioEnabledL | ( | TBool | aEnable | ) | [pure virtual] |
Sets whether audio is enabled.
Parameters | |
---|---|
aEnable | A boolean indicating if audio is enabled. |
void | MvrcSetCameraHandleL | ( | TInt | aCameraHandle | ) | [pure virtual] |
Sets the handle of the camera to use for recording.
void | MvrcSetMaxFileSizeL | ( | TInt | aMaxFileSize | ) | [pure virtual] |
Sets the maximum file size.
KMMFNoMaxClipSize which signifies no maximum file size.
Parameters | |
---|---|
aMaxFileSize | The maximum file size allowed for recording. This can be called with the parameter |
void | MvrcSetVideoBitRateL | ( | TInt & | aBitRate | ) | [pure virtual] |
Sets the video bit rate.
KMMFVariableVideoBitRate which specifies a variable bit rate.
Parameters | |
---|---|
aBitRate | The bit rate of the video stream. This can be called with the parameter |
void | MvrcSetVideoCodecL | ( | const TDesC8 & | aVideoCodec | ) | [pure virtual] |
Sets the video codec for recording.
Parameters | |
---|---|
aVideoCodec | The MIME type of the video codec. |
void | MvrcSetVideoFormatL | ( | TUid | aVideoFormatUid | ) | [pure virtual] |
Sets the format for the video to record.
Parameters | |
---|---|
aVideoFormatUid | The UID of the video format. |
void | MvrcSetVideoFrameSizeL | ( | TSize | aFrameSize | ) | [pure virtual] |
Sets the frame size for the video recording.
Parameters | |
---|---|
aFrameSize | The frame size for recording. |