MG729DecoderIntfc Class Reference

#include <mmf/server/devsoundstandardcustominterfaces.h>

class MG729DecoderIntfc
Public Member Functions
pure virtual TInt BadLsfNextBuffer()

Detailed Description

This class provides an interface to the G729 decoder CMMFHwDevice in order to provide additional configuration information.

Member Function Documentation

BadLsfNextBuffer ( )

TInt BadLsfNextBuffer()[pure virtual]

Informs the decoder that the next buffer sent to it will contain bad LSF data.

This method can be called when decoding is active.

This method will be called after a buffer has been received from the CMMFHwDevice, and before it is returned to the CMMFHwDevice.

Returns: KErrNone if successful. KErrInUse if this method is used out of sequence. KErrNotSupported if this method is not implemented.