Archived:Audio stream is left in inconsistent state after a panic on S60 2nd Edition (Known Issue)
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot update - Fix metadata etc) |
hamishwillee
(Talk | contribs) m (moved Audio stream is left in inconsistent state after a panic on S60 2nd Edition (Known Issue) to Archived:Audio stream is left in inconsistent state after a panic on S60 2nd Edition (Known Issue)) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | {{Archived|timestamp=20120406225936|user=[[User:Lpvalente|Lpvalente]]}} | ||
| + | [[Category:Known Issue]][[Category:Symbian C++]][[Category:Audio]][[Category:S60 2nd Edition (initial release)]][[Category:S60 2nd Edition FP2]][[Category:S60 2nd Edition FP3]][[Category:S60 2nd Edition FP1]] | ||
| + | |||
| + | |||
{{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 30: | ||
==Overview== | ==Overview== | ||
| − | Re-opening an audio output stream fails after the streaming application has been terminated due to a panic. | + | {{Abstract|Re-opening an audio output stream fails after the streaming application has been terminated due to a panic.}} |
==Description== | ==Description== | ||
| − | If a panic is raised and the application is terminated during an audio streaming operation (with open and running CMdaAudioOutputStream or CMMFDevSound object), the next attempt to open an audio stream, e.g. CMdaAudioOutputStream::OpenL(), will fail. | + | If a panic is raised and the application is terminated during an audio streaming operation (with open and running CMdaAudioOutputStream or CMMFDevSound object), the next attempt to open an audio stream, e.g. CMdaAudioOutputStream::OpenL(), will fail. |
| + | |||
| + | The device needs to be restarted before an audio stream can be successfully reopened. | ||
==How to reproduce== | ==How to reproduce== | ||
| Line 36: | Line 42: | ||
==Solution== | ==Solution== | ||
No solution exists. | No solution exists. | ||
| − | |||
| − | |||
Latest revision as of 09:53, 15 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
Compatibility
Platform(s): S60 2nd Edition, FP1, FP2, and FP3
Article
Created: User:Technical writer 1
(13 Oct 2005)
Last edited: hamishwillee
(15 Jun 2012)
Contents |
Overview
Re-opening an audio output stream fails after the streaming application has been terminated due to a panic.
Description
If a panic is raised and the application is terminated during an audio streaming operation (with open and running CMdaAudioOutputStream or CMMFDevSound object), the next attempt to open an audio stream, e.g. CMdaAudioOutputStream::OpenL(), will fail.
The device needs to be restarted before an audio stream can be successfully reopened.
How to reproduce
After a panic situation in the middle of audio streaming, a call to CMdaAudioOutputStream::OpenL() will not return and hangs the application.
Solution
No solution exists.

