Location:
DevSoundStandardCustomInterfaces.h
class MMMFDevSoundCustomInterfaceBitRate;
Custom interface class to allow DevSound and hwdevices to support setting and getting audio bit rates.
Defined in MMMFDevSoundCustomInterfaceBitRate
:
BitRateL()
, GetSupportedBitRatesL()
, SetBitRateL()
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.
|