#include <mmf/server/devsoundstandardcustominterfaces.h>
| class MMMFDevSoundCustomInterfaceBitRate |
| Public Member Functions | |
|---|---|
| pure virtual TInt | BitRateL() |
| pure virtual void | GetSupportedBitRatesL(RArray< TInt > &) |
| pure virtual void | SetBitRateL(TInt) |
This class provides an interface to set and retrive the DevSound bit rate.
| TInt | BitRateL | ( | ) | [pure virtual] |
Returns the current bit rate.
Returns: The current bit rate, in bits per second.
Gets the bit rates that are supported by DevSound in its current configuration.
| Parameter | Description |
|---|---|
| aSupportedBitRates | The supported bit rates, in bits per second, shall be appended to this array. Note that the array shall be reset by this method. |
| void | SetBitRateL | ( | TInt | aBitRate | ) | [pure virtual] |
Sets the bit rate to a new value.
| Parameter | Description |
|---|---|
| aBitRate | The new bit rate, in bits per second. |