MMMFDevSoundCustomInterfaceBitRate Class Reference

class MMMFDevSoundCustomInterfaceBitRate

This class provides an interface to set and retrive the DevSound bit rate.

Public Member Functions
TInt BitRateL()
voidGetSupportedBitRatesL(RArray< TInt > &)
voidSetBitRateL(TInt)

Member Functions Documentation

BitRateL()

TInt BitRateL()[pure virtual]

Returns the current bit rate.

GetSupportedBitRatesL(RArray< TInt > &)

voidGetSupportedBitRatesL(RArray< TInt > &aSupportedBitRates)[pure virtual]

Gets the bit rates that are supported by DevSound in its current configuration.

Parameters

RArray< TInt > & aSupportedBitRatesThe supported bit rates, in bits per second, shall be appended to this array. Note that the array shall be reset by this method.

SetBitRateL(TInt)

voidSetBitRateL(TIntaBitRate)[pure virtual]

Sets the bit rate to a new value.

Parameters

TInt aBitRateThe new bit rate, in bits per second.