Archived:Changes in CMMFCodec configuration in S60 2nd Edition FP3 (Known Issue)
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
Issue applies to out of scope platform versions.
Issue applies to out of scope platform versions.
Article Metadata
Compatibility
Platform(s): S60 2nd Edition, FP3
Article
Created: User:Technical writer 1
(21 Sep 2006)
Last edited: hamishwillee
(24 Apr 2013)
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.


(no comments yet)