|
||
class MMMFDevSoundCustomInterfaceBitRate;
This class provides an interface to set and retrive the DevSound bit rate.
Defined in MMMFDevSoundCustomInterfaceBitRate
:
BitRateL()
Returns the current bit rate.GetSupportedBitRatesL(RArray< TInt > &)
Gets the bit rates that are supported by DevSound in its current configuration.SetBitRateL(TInt)
Sets the bit rate to a new value.virtual void GetSupportedBitRatesL(RArray< TInt > &aSupportedBitRates)=0;
Gets the bit rates that are supported by DevSound in its current configuration.
|
virtual TInt BitRateL()=0;
Returns the current bit rate.
|
virtual void SetBitRateL(TInt aBitRate)=0;
Sets the bit rate to a new value.
|