#include <mmf/common/mmfstandardcustomcommands.h>
Link against: mmfstandardcustomcommands.lib
| class RMMFVideoControllerCustomCommands : public RMMFCustomCommandsBase, public RMMFCustomCommandsBase | 
| Public Member Functions | |
|---|---|
| RMMFVideoControllerCustomCommands(RMMFController &) | |
| IMPORT_C TInt | GetAudioBitRate(TInt &) | 
| IMPORT_C TInt | GetAudioCodec(TFourCC &) | 
| IMPORT_C TInt | GetFrameRate(TReal32 &) | 
| IMPORT_C TInt | GetVideoBitRate(TInt &) | 
| IMPORT_C TInt | GetVideoFrameSize(TSize &) | 
| IMPORT_C TInt | GetVideoMimeType(TDes8 &) | 
| IMPORT_C TInt | SetFrameRate(TReal32) | 
| Inherited Attributes | |
|---|---|
| RMMFCustomCommandsBase::iController | |
| RMMFCustomCommandsBase::iDestinationPckg | |
| Inherited Functions | |
|---|---|
| RMMFCustomCommandsBase::RMMFCustomCommandsBase(RMMFController &,TUid) | |
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.
| IMPORT_C | RMMFVideoControllerCustomCommands | ( | RMMFController & | aController | ) | 
Constructor.
| Parameters | |
|---|---|
| aController | The client side controller object to be used by this custom command interface. |