This page was last modified 15:14, 20 February 2008.
KIS000759 - APS: Unable to play audio to telephony uplink on S60 3rd Edition, FP1 devices
From Forum Nokia Wiki
| ID | KIS000759 | Creation date | September 27, 2007; updated February 20, 2008 |
| Platform | S60 3rd Edition, Feature Pack 1 | Devices | Nokia N95, Nokia E90 Communicator, Nokia 6290 |
| Category | Symbian C++ | Subcategory | Multimedia, Audio |
Description
Using the Audio Proxy Server (APS) to play audio during an active voice call does not route the playback to telephony uplink on S60 3rd Edition, Feature Pack 1 devices. Audio is played only through the local earpiece or loudspeaker.
This problem affects only the S60 3rd Edition, FP1 variant of APS.
Solution
This issue is fixed in APS release 2.4.3, where APS clients can enable playback to telephony uplink with following player initialization settings:
iPlayerSettings.iSettings.iCaps = TMdaAudioDataSettings::ERoutingControl; iPlayerSettings.iSettings.iFlags = 0; // (CAudioOutput::ENoPreference)
When ERoutingControl capability is set by the client, APS takes the initial output routing preference from iFlags instead of using the default (CAudioOutput::EPrivate).
The latest version of APS is available as part of the SDK API Plug-in packages.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multimedia keys on N95 | lmr_mobile | Mobile Java General | 3 | 2007-08-09 14:18 |
| S60 Browser Control/Plugin APIs issues | moranski | General Symbian C++ | 5 | 2007-10-17 06:49 |
| Auto choosing network | droida38 | Mobile Java General | 2 | 2006-10-13 10:54 |
| S60 3rd ED platform Java/MIDP specs docs | peterblazejewicz | Developer Resources Feedback (Documentation, Examples, Training) | 3 | 2006-12-01 07:32 |
| Telephony in N70 | froten | General Symbian C++ | 1 | 2008-03-05 04:08 |

