Archived:Cropping before recording using AMR format fails on S60 2nd Edition (Known Issue)
hamishwillee
(Talk | contribs) m (moved KIS000153 - Recording using AMR format fails to Cropping before recording using AMR format fails on S60 2nd Edition (Known Issue): Merge into wiki.) |
hamishwillee
(Talk | contribs) m (moved Cropping before recording using AMR format fails on S60 2nd Edition (Known Issue) to Archived:Cropping before recording using AMR format fails on S60 2nd Edition (Known Issue)) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Archived|timestamp=20120407132020|user=[[User:Lpvalente|Lpvalente]]}} | ||
| + | [[Category:Known Issue]][[Category:Symbian C++]][[Category:Audio]][[Category:S60 2nd Edition (initial release)]] | ||
| + | |||
{{ArticleMetaData <!-- v1.2 --> | {{ArticleMetaData <!-- v1.2 --> | ||
|sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | ||
| Line 26: | Line 29: | ||
==Overview== | ==Overview== | ||
| − | CMdaAudioRecorderUtility fails to record in AMR format if cropping before recording. | + | {{Abstract|CMdaAudioRecorderUtility fails to record in AMR format if cropping before recording.}} |
==Description== | ==Description== | ||
| Line 33: | Line 36: | ||
==Solution== | ==Solution== | ||
Try to avoid calling CropL() where possible. | Try to avoid calling CropL() where possible. | ||
| − | |||
| − | |||
Latest revision as of 03:36, 19 June 2012
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}}.
The article is believed to be still valid for the original topic scope.
The article is believed to be still valid for the original topic scope.
Article Metadata
Tested with
Devices(s): Nokia 6600, version 3.42.1
Compatibility
Platform(s): S60 2nd Edition
Article
Created: User:Technical writer 1
(17 Feb 2004)
Last edited: hamishwillee
(19 Jun 2012)
Overview
CMdaAudioRecorderUtility fails to record in AMR format if cropping before recording.
Description
Calling CmdaAudioRecorderUtility::CropL() on an opened AMR file (or descriptor) causes subsequent CMdaAudioRecorderUtility::RecordL() calls to fail.
Solution
Try to avoid calling CropL() where possible.

