RMMFVideoControllerCustomCommands Class Reference
#include
"mmfstandardcustomcommands.h"
Link against: mmfstandardcustomcommands.lib
class RMMFVideoControllerCustomCommands : public RMMFCustomCommandsBase |
Inherits from
- RMMFVideoControllerCustomCommands
Detailed Description
Client class to access functionality specific to a video controller.
The class uses the custom command function of the controller plugin, and removes the necessity for the client to formulate the custom commands.
Constructor & Destructor Documentation
RMMFVideoControllerCustomCommands ( RMMFController & )
IMPORT_C | RMMFVideoControllerCustomCommands | ( | RMMFController & | aController | ) | |
Parameter | Description | aController | The client side controller object to be used by this custom command interface. |
Member Function Documentation
GetAudioBitRate ( TInt & )
IMPORT_C TInt | GetAudioBitRate | ( | TInt & | aBitRate | ) | const |
Parameter | Description | aBitRate | The bit rate of the audio stream. |
Returns: One of the system-wide error codes.
GetAudioCodec ( TFourCC & )
Parameter | Description | aCodec | The FourCC of the audio codec. |
Returns: One of the system-wide error codes.
GetFrameRate ( TReal32 & )
IMPORT_C TInt | GetFrameRate | ( | TReal32 & | aFramesPerSecond | ) | const |
Gets the frame rate of the clip.
Parameter | Description | aFramesPerSecond | The number of frames per second, filled in by the controller plugin. |
Returns: One of the system-wide error codes.
GetVideoBitRate ( TInt & )
IMPORT_C TInt | GetVideoBitRate | ( | TInt & | aBitRate | ) | const |
Parameter | Description | aBitRate | The bit rate of the video stream. If this value is KMMFVariableVideoBitRate it signifies a variable bit rate. |
Returns: One of the system-wide error codes.
GetVideoFrameSize ( TSize & )
IMPORT_C TInt | GetVideoFrameSize | ( | TSize & | aVideoFrameSize | ) | const |
Gets the frame size of the clip.
Parameter | Description | aVideoFrameSize | The frame size, in pixels. |
Returns: One of the system-wide error codes.
GetVideoMimeType ( TDes8 & )
IMPORT_C TInt | GetVideoMimeType | ( | TDes8 & | aMimeType | ) | const |
Gets the video clip MIME type.
Parameter | Description | aMimeType | The Mime type of the current clip. |
SetFrameRate ( TReal32 )
IMPORT_C TInt | SetFrameRate | ( | TReal32 | aFramesPerSecond | ) | const |
Sets the frame rate of the clip.
Parameter | Description | aFramesPerSecond | The number of frames per second. |
Returns: One of the system-wide error codes.