Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <DevSoundStandardCustomInterfaces.h>
This item is not part of the S60 5th Edition SDK

Class MMMFDevSoundCustomInterfaceBitRate

class MMMFDevSoundCustomInterfaceBitRate;

Description

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

Members

Defined in MMMFDevSoundCustomInterfaceBitRate:


Member functions


GetSupportedBitRatesL(RArray< TInt > &)

virtual void GetSupportedBitRatesL(RArray< TInt > &aSupportedBitRates)=0;

Description

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

Parameters

RArray< TInt > &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.


BitRateL()

virtual TInt BitRateL()=0;

Description

Returns the current bit rate.

Return value

TInt

The current bit rate, in bits per second.


SetBitRateL(TInt)

virtual void SetBitRateL(TInt aBitRate)=0;

Description

Sets the bit rate to a new value.

Parameters

TInt aBitRate

The new bit rate, in bits per second.