#include <mmf/common/mmfstandardcustomcommands.h>
Link against: mmfstandardcustomcommands.lib
class RMMFAudioRecordDeviceCustomCommands : public RMMFCustomCommandsBase, public RMMFCustomCommandsBase |
Public Member Functions | |
---|---|
RMMFAudioRecordDeviceCustomCommands(RMMFController &) | |
IMPORT_C TInt | GetBalance(TInt &) |
IMPORT_C TInt | GetGain(TInt &) |
IMPORT_C TInt | GetMaxGain(TInt &) |
IMPORT_C TInt | SetBalance(TInt) |
IMPORT_C TInt | SetGain(TInt) |
Inherited Attributes | |
---|---|
RMMFCustomCommandsBase::iController | |
RMMFCustomCommandsBase::iDestinationPckg |
Inherited Functions | |
---|---|
RMMFCustomCommandsBase::RMMFCustomCommandsBase(RMMFController &,TUid) |
Client class to access Audio Record Device functionality.
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 | RMMFAudioRecordDeviceCustomCommands | ( | RMMFController & | aController | ) |
Constructor.
Parameters | |
---|---|
aController | The client side controller object to be used by this custom command interface. |