Same question. My recent submission was rejected due to this reason.
Type: Posts; User: junnikokuki; Keyword(s):
Same question. My recent submission was rejected due to this reason.
I use aps server to send a amr audio to the uplink of an active call. It works perfect except the volume of music is too large to hear the voice.
I use SetVolume of aps server to control the...
I use aps server to send a amr audio to the uplink of an active call. It works perfect except the volume of music is too large to hear the voice.
I use SetVolume of aps server to control the...
http://wiki.forum.nokia.com/index.php/KIS000759_-_APS:_Unable_to_play_audio_to_telephony_uplink_on_S60_3rd_Edition%2C_FP1_devices?ticket=ST-37031-dTJsfO2TZAHFSSZkRyTf5AIkbUAXMCFSHKO-20
Thank you for your reply.
I have solved the problem, sorry for reply late.
It is because I use the indata for the active object but not reveive it,and the buffer can store 100 packetage, 100 * 20ms...
Hi, everyone,
I modified the APS Server Demo - streamer with Amr audio to output.
I read a amr file into buffer, remove the first 6 bytes and fill the TAPSCommBuffer with a frame data.
It...
但是Startup List Management API不是说启动时程序在5秒内退出会有提示吗?
我的程序是client、server模式,我用Startup List Management API来启动我的另一个starter程序,然后由starter程序来打开server程序。现在的问题是,启动是可以的,但是我开机后立刻打开进程监控程序,会发现有很多starter程序的进程,数量等于我安装的次数。...
第二个问题是我忘记清空TFileName所致。
第一个问题,可以用以下两种方法,原理是一样的:
方法一:使用Media Player Engine扩展的CMPMediaRecognizer方法
#ifndef __WINSCW__
CMPMediaRecognizer::TMPMediaType aType;
aType =...
问题已解决。结贴了。
第二个问题证明是我对文件类型进行验证时的问题,看样第三方接口确实不是很可靠啊。大家帮忙想想第一个问题,多谢了~
问题1:如何判断文件是否是声音文件?
因为文件可能较多,不能用CMdaAudio等接口打开测试。也用过Media Player Engine的CMPMediaRecognizer方法,但是这个把txt和xml等文件都当作声音文件。或者通过MIME类型来判断?但是如何取得系统支持的所有声音类型?并且与扩展名结合?
...
How to write an application with Listbox Menu and Multiview UI?
Like the embedded Message Application?
When you open the application, a listbox menu displays.Then you can choose a function and...
我现在在写一个MultiView的程序,由于view比较多,切换起来很不方便,我就想做一个菜单列表,就像自带的短信程序那样,打开程序先是一个Listbox的菜单列表,点击任意一个项即进入MultiView的对应View,但Listbox的菜单列表不在这些Views里。请问该如何实现?多谢~~