MMMFVideoControllerCustomCommandImplementor Class Reference
#include
"mmfstandardcustomcommands.h"
class MMMFVideoControllerCustomCommandImplementor |
Detailed Description
Mixin class to be derived from controller plugins that could support the video record controller custom commands.
Member Function Documentation
MvcGetAudioBitRateL ( TInt & )
void | MvcGetAudioBitRateL | ( | TInt & | aBitRate | ) | [pure virtual] |
Parameter | Description | aBitRate | The bit rate of the audio stream. |
MvcGetAudioCodecL ( TFourCC & )
void | MvcGetAudioCodecL | ( | TFourCC & | aCodec | ) | [pure virtual] |
Parameter | Description | aCodec | The FourCC of the audio codec. |
MvcGetFrameRateL ( TReal32 & )
void | MvcGetFrameRateL | ( | TReal32 & | aFramesPerSecond | ) | [pure virtual] |
Gets the frame rate of the clip.
Parameter | Description | aFramesPerSecond | The number of frames per second, filled in by the controller plugin. |
MvcGetVideoBitRateL ( TInt & )
void | MvcGetVideoBitRateL | ( | TInt & | aBitRate | ) | [pure virtual] |
Parameter | Description | aBitRate | The bit rate of the video stream. If this value is KMMFVariableVideoBitRate it signifies a variable bit rate. |
MvcGetVideoFrameSizeL ( TSize & )
void | MvcGetVideoFrameSizeL | ( | TSize & | aVideoFrameSize | ) | [pure virtual] |
Gets the frame size of the clip.
Parameter | Description | aVideoFrameSize | The frame size, in pixels. |
MvcGetVideoMimeTypeL ( TDes8 & )
void | MvcGetVideoMimeTypeL | ( | TDes8 & | aMimeType | ) | [pure virtual] |
Gets the supported sink video types.
Parameter | Description | aMimeType | The supported data types. |
MvcSetFrameRateL ( TReal32 )
void | MvcSetFrameRateL | ( | TReal32 | aFramesPerSecond | ) | [pure virtual] |
Sets the frame rate of the clip.
Parameter | Description | aFramesPerSecond | The number of frames per second. |