Archived:Changes in CMMFCodec configuration in S60 2nd Edition FP3 (Known Issue)
Article Metadata
Compatibility
Platform(s): S60 2nd Edition, FP3
Article
Created: User:Technical writer 1
(21 Sep 2006)
Last edited: hamishwillee
(16 Mar 2012)
Description
Starting from S60 2nd Edition, Feature Pack 3, the configuration of MMF codecs requires that the correct UID is passed as aConfigType parameter when calling CMMFCodec::ConfigureL(). If the UID is incorrect or missing (NULL), ConfigureL() leaves with KErrArgument (-6).
Solution
Use KUidMmfCodecAudioSettings (defined in include\mmf\plugins\mmfCodecImplementationUIDs.hrh) UID (0x10203622) as aConfigType parameter for CMMFCodec::ConfigureL().
Note: mmfCodecImplementationUIDs.hrh is missing from S60 3rd Edition SDK (1.0), but is included in the Maintenance Release SDK.

