| Reply | « Previous Thread | Next Thread » |
|
Manager.getSupportedContentTypes(null);
I wrote the code to get all the types supported, but all that returned is only about audio and text, just like: audio/wav, etc. I didn't find any type of video, it's amazing. My sdk is s60_3rd_fp1, I runned it in the emulator. can anybody help me? thanks. |
|
Hi,Molewy
As far as I know,to play video on emulator is supported, but capture video is not.And what kind of develop do you want to do? |
|
Thanks, gordon32.
My enviroment is Eclipse3.2+carbide.j+s60_3rd_fp1, I run it in the default emulator provided by the sdk of s60_3rd_fp1. The funciton below do not return any video types, even if video/3gp. Manager.getSupportedContentTypes(null); Need I download any device SDKs, and debug in their emulator? Is there any s60 device emulators available? I want to develop a project which play video of mpeg4 from bluetooth. By the way, on the device such as N70, dose mpeg4 is supported by mmapi? thanks a lot! |
|
Definitely supported in the in that SDK as well as mp4/3gpp on the N70.
Exactly which emulator are you running? Make sure you select the S60 if you want to test for the N70 |
|
Hi,Molewy
Wether the device is support video/3gp, I think you can write some codes to play a video to test. As to wether it support mpeg4,you check the Thread: http://discussion.forum.nokia.com/fo...d.php?t=104628 I am not much clear of it. Best regards |
|
Thanks for you all.
There must be something wrong. When I installed the Eclipse3.2 + carbide.j1.5, I made a project, and write the following code: String sTotal = new String(); String[] sPro = Manager.getSupportedProtocols(null); for (int i = 0; i < sPro.length; ++i) { String[] sType = Manager.getSupportedContentTypes(sPro[i]); for (int j = 0; j < sType.length; ++j) sTotal += sPro[i] + ":" + sType[j] + "\n"; } Run it in the Prototype_4_0_S60_MIDP_Emulator which comes with Carbide.j. It works, I get video/3gpp. Then I installed S60 sdk 3rd Edition FP 1 by the link http://www.forum.nokia.com/info/sw.n..._for_Java.html. (By the way, I found the 3rd_fp1 can not be download right now, while it's available last week, dose this mean something?) Then, I run the same code in the S60 Emulator which comes with the 3rd_fp1 sdk. I get much more output without any video format. I'm confused. Is there any difference between "Prototype_4_0_S60_MIDP_Emulator " and "S60 Emulator"? or its a bug? thanks a lot. |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| S60 3rd Edition SDK for MIDP problem playing video | suffix | Mobile Java Tools & SDKs | 7 | 2007-04-27 05:35 |
| Emulator screen gone... Help needed | meihuadao | Symbian Tools & SDKs | 4 | 2006-03-22 14:30 |
| playing video in emulator | cherem | General Symbian C++ | 0 | 2005-07-27 08:55 |
| Emulator supported DRM | NovDana | Digital Rights Management & Content Downloading | 0 | 2004-04-07 11:30 |
| video function support for 3650 Emulator | anantharaj1999 | Mobile Java General | 0 | 2003-04-23 07:00 |