CAacDecoderConfig Class Reference

class CAacDecoderConfig : public CBase

Interface for sending configuration info to AAC 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.

AacDecoderConfig.lib
Since
S60 3.0

Inherits from

Member Functions Documentation

NewL(CMMFDevSound &)

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

Creates the interface.

Parameters

CMMFDevSound & aDevSound

NewL(CMdaAudioOutputStream &)

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

Creates the interface.

Parameters

CMdaAudioOutputStream & aUtility

SetAudioConfig(TAudioConfig &)

IMPORT_C TInt SetAudioConfig ( TAudioConfig & aAudioConfig ) [pure virtual]
Configures the decoder for decoding raw AAC data.
Since
S60 3.0

Parameters

TAudioConfig & aAudioConfig stucture defining configuration information.