|
||
class MMMFVideoControllerCustomCommandImplementor;
Mixin class to be derived from controller plugins that could support the video record controller custom commands.
Defined in MMMFVideoControllerCustomCommandImplementor
:
MvcGetAudioBitRateL(TInt &)
Gets the audio bit rate.MvcGetAudioCodecL(TFourCC &)
Gets the audio type.MvcGetFrameRateL(TReal32 &)
Gets the frame rate of the clip.MvcGetVideoBitRateL(TInt &)
Gets the video bit rate.MvcGetVideoFrameSizeL(TSize &)
Gets the frame size of the clip.MvcGetVideoMimeTypeL(TDes8 &)
Gets the supported sink video types.MvcSetFrameRateL(TReal32)
Sets the frame rate of the clip.virtual void MvcGetVideoFrameSizeL(TSize &aVideoFrameSize)=0;
Gets the frame size of the clip.
|
virtual void MvcGetAudioCodecL(TFourCC &aCodec)=0;
Gets the audio type.
|
virtual void MvcGetVideoBitRateL(TInt &aBitRate)=0;
Gets the video bit rate.
|
virtual void MvcGetAudioBitRateL(TInt &aBitRate)=0;
Gets the audio bit rate.
|
virtual void MvcSetFrameRateL(TReal32 aFramesPerSecond)=0;
Sets the frame rate of the clip.
|
virtual void MvcGetFrameRateL(TReal32 &aFramesPerSecond)=0;
Gets the frame rate of the clip.
|
virtual void MvcGetVideoMimeTypeL(TDes8 &aMimeType)=0;
Gets the supported sink video types.
|