#include <mmf/server/devsoundstandardcustominterfaces.h>
class MMMFBufferFramesConfig |
Public Member Functions | |
---|---|
pure virtual TInt | MmbfcSetNumberOfFramesPerInputBuffer(TInt, TInt) |
pure virtual TInt | MmbfcSetNumberOfFramesPerOutputBuffer(TInt, TInt) |
This class provides an interface to configure and retrive the buffer frames.
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.
Parameter | Description |
---|---|
aFrameCount | - Number of frames per buffer |
aSamplesPerFrame | - numer of samples per frame |
Returns: "This method may return one of the system-wide error codes."
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.
Parameter | Description |
---|---|
aFrameCount | - Number of frames per buffer |
aSamplesPerFrame | - numer of samples per frame |
Returns: "This method may return one of the system-wide error codes."