Hi.
Should it be possible to use MMS attachments? Anybody succeeded to send MMS with an attachment? Sending is ok, but the attachment is not just there. The file exists for sure and the path is...
Type: Posts; User: jtnurmi; Keyword(s):
Hi.
Should it be possible to use MMS attachments? Anybody succeeded to send MMS with an attachment? Sending is ok, but the attachment is not just there. The file exists for sure and the path is...
Have you tried to play your converted clip with other player like one on the PC e.g. quicktime? How it looks there? Any better? If you converted clip has much lower resolution and bit rate than...
You should be able to use AMR-NB. What target device you are using? It is not supported in the emulator.
I guess only publicly available voice codec is AMR-NB.
I guess there is no API for that. Normally you want to do yuvtorgb conversion to display and that is build-in to video player. I wonder why you want to do it without displaying an image.
I would say that you are not able to do that during call. But you could try with CMdaAudioRecorderUtility, CMdaAudioInputStream or CMMFDevSound.
If you have access to Nokia Audio proxy server, you are able to do full duplex. You can do (pcm) full duplex also with CMMFDevSound, but with some limitations, see KIS000347 in...
http://www.forum.nokia.com/info/sw.nokia.com/id/48a93bd5-028a-4b3e-a0b1-148ff203b2b3/Extensions_plugin_S60_3rd_ed.html
It seems that you need private API to detect it.
I am after a galvanic heaset, the one is connected to the bottom of the device, not BT one.
Audio is routed automatically to the headset when you connect it. You cannot control routing by yourself.
I would say they are not supported for 3rd party applications. What is the error code, you are getting? KErrNotSupported. I rememer that you can play AMR-NB directly through CMdaAudioOutputStream.
CMMFDevSound should be on the lower level than CMdaAudioOutputStream, so you migth want to try it out.
Full dublex PCM: CMMFDevSound (sounddevice.h)
Codec: CMMFCodec (mmfcodec.h)
RTP: RRtpSession,... (rtp.h)
Anybody knows how to detect when the headset is connected and disconnected?
Is it possible to pause and resume S60 native music player from another application? And if how it can be done?