#include <mmf/common/mmfstandardcustomcommands.h>
class MMMFAudioPlayDeviceCustomCommandImplementor |
Public Member Functions | |
---|---|
pure virtual void | MapdGetBalanceL(TInt &) |
pure virtual void | MapdGetMaxVolumeL(TInt &) |
pure virtual void | MapdGetVolumeL(TInt &) |
pure virtual void | MapdSetBalanceL(TInt) |
pure virtual void | MapdSetVolumeL(TInt) |
pure virtual void | MapdSetVolumeRampL(const TTimeIntervalMicroSeconds &) |
Mixin class to be derived from controller plugins that could support the audio play device
custom commands.
void | MapdGetBalanceL | ( | TInt & | aBalance | ) | [pure virtual] |
Gets the balance between the left and right stereo audio channels.
This function can leave with one of the system-wide error codes. The request will be
completed with the leave code.
Parameters | |
---|---|
aBalance | The current balance, filled in by the controller. |
void | MapdGetMaxVolumeL | ( | TInt & | aMaxVolume | ) | [pure virtual] |
Gets the maximum volume supported by the sound device.
This function can leave with one of the system-wide error codes. The request will be
completed with the leave code.
Parameters | |
---|---|
aMaxVolume | The maximum volume, to be filled in by the controller plugin. |
void | MapdGetVolumeL | ( | TInt & | aVolume | ) | [pure virtual] |
Gets the current playback volume.
This function can leave with one of the system-wide error codes. The request will be
completed with the leave code.
Parameters | |
---|---|
aVolume | The volume, to be filled in by the controller. |
void | MapdSetBalanceL | ( | TInt | aBalance | ) | [pure virtual] |
Sets the balance between the left and right stereo audio channels.
This function can leave with one of the system-wide error codes. The request will be
completed with the leave code.
restored by using KMMFBalanceCenter.
Parameters | |
---|---|
aBalance | Use a value between KMMFBalanceMaxLeft and KMMFBalanceMaxRight. Centre balance can be |
void | MapdSetVolumeL | ( | TInt | aVolume | ) | [pure virtual] |
Sets the volume of the sound device.
This function can leave with one of the system-wide error codes. The request will be
completed with the leave code.
Parameters | |
---|---|
aVolume | The new volume. |
void | MapdSetVolumeRampL | ( | const TTimeIntervalMicroSeconds & | aRampDuration | ) | [pure virtual] |
Sets a volume ramp.
This will cause the sound device to start playing with zero volume,
increasing the volume over aRampDuration microseconds.
The volume ramp can be removed by setting the ramp duration to zero.
This function can leave with one of the system-wide error codes. The request will be
completed with the leave code.
Parameters | |
---|---|
aRampDuration | The duration over which the volume is to be increased, in microseconds. |