MMMFBufferFramesConfig Class Reference

class MMMFBufferFramesConfig

This class provides an interface to configure and retrive the buffer frames.

Member Functions Documentation

MmbfcSetNumberOfFramesPerInputBuffer(TInt, TInt)

TInt MmbfcSetNumberOfFramesPerInputBuffer ( TInt aFrameCount,
TInt aSamplesPerFrame
) [pure virtual]

For use when encoding to set the number of encoded frames contained in each buffer sent back to the client. The method should be called after CMMFDevSound::InitilaizeL but before RecordInitL.

Parameters

TInt aFrameCount - Number of frames per buffer
TInt aSamplesPerFrame - numer of samples per frame

MmbfcSetNumberOfFramesPerOutputBuffer(TInt, TInt)

TInt MmbfcSetNumberOfFramesPerOutputBuffer ( TInt aFrameCount,
TInt aSamplesPerFrame
) [pure virtual]

For use when decoding to set the number of encoded frames contained in each buffer sent down to DevsSund for playback. The method should be called after CMMFDevSound::InitilaizeL but before PlayInitL.

Parameters

TInt aFrameCount - Number of frames per buffer
TInt aSamplesPerFrame - numer of samples per frame