MMMFDevSoundCustomInterfaceBitRate Class Reference

#include <mmf/server/devsoundstandardcustominterfaces.h>

class MMMFDevSoundCustomInterfaceBitRate
Public Member Functions
pure virtual TInt BitRateL()
pure virtual voidGetSupportedBitRatesL(RArray< TInt > &)
pure virtual voidSetBitRateL(TInt)

Detailed Description

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

Member Function Documentation

BitRateL ( )

TInt BitRateL()[pure virtual]

Returns the current bit rate.

Returns: The current bit rate, in bits per second.

GetSupportedBitRatesL ( RArray< TInt > & )

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

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

ParameterDescription
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.

ParameterDescription
aBitRateThe new bit rate, in bits per second.