CG729DecoderIntfc Class Reference

class CG729DecoderIntfc : public CBase

Interface for G729 decoder. This abstract class just provides the static NewL function for the creation of the proxy, and also defines the custom interface to be implemented by the proxy and the real custom interface implementation.

G729DecoderIntfc.lib
Since
S60 3.0

Inherits from

Member Functions Documentation

BadLsfNextBuffer()

IMPORT_C TInt BadLsfNextBuffer ( ) [pure virtual]

NewL(CMMFDevSound &)

IMPORT_C CG729DecoderIntfc * NewL ( CMMFDevSound & aDevSound ) [static]

Creates the interface.

Parameters

CMMFDevSound & aDevSound

NewL(CMdaAudioOutputStream &)

IMPORT_C CG729DecoderIntfc * NewL ( CMdaAudioOutputStream & aUtility ) [static]

Creates the interface.

Parameters

CMdaAudioOutputStream & aUtility