class MMMFVideoControllerCustomCommandImplementor |
Mixin class to be derived from controller plugins that could support the video record controller custom commands.
Public Member Functions | |
---|---|
void | MvcGetAudioBitRateL(TInt &) |
void | MvcGetAudioCodecL(TFourCC &) |
void | MvcGetFrameRateL(TReal32 &) |
void | MvcGetVideoBitRateL(TInt &) |
void | MvcGetVideoFrameSizeL(TSize &) |
void | MvcGetVideoMimeTypeL(TDes8 &) |
void | MvcSetFrameRateL(TReal32) |
void | MvcGetAudioBitRateL | ( | TInt & | aBitRate | ) | [pure virtual] |
Gets the audio bit rate.
7.0s
TInt & aBitRate | The bit rate of the audio stream. |
void | MvcGetAudioCodecL | ( | TFourCC & | aCodec | ) | [pure virtual] |
Gets the audio type.
7.0s
TFourCC & aCodec | The FourCC of the audio codec. |
void | MvcGetFrameRateL | ( | TReal32 & | aFramesPerSecond | ) | [pure virtual] |
Gets the frame rate of the clip.
7.0s
TReal32 & aFramesPerSecond | The number of frames per second, filled in by the controller plugin. |
void | MvcGetVideoBitRateL | ( | TInt & | aBitRate | ) | [pure virtual] |
Gets the video bit rate.
7.0s
TInt & aBitRate | The bit rate of the video stream. If this value is KMMFVariableVideoBitRate it signifies a variable bit rate. |
void | MvcGetVideoFrameSizeL | ( | TSize & | aVideoFrameSize | ) | [pure virtual] |
Gets the frame size of the clip.
7.0s
TSize & aVideoFrameSize | The frame size, in pixels. |