Categories: Java | Java ME | How To | Code Examples | Multimedia
This page was last modified 08:37, 25 September 2007.
How to listen to radio in Java ME
From Forum Nokia Wiki
The following is the code that can be used to listen to a radio in Java ME:
Player player = Manager.createPlayer("capture://radio?f=98.3&st=stereo");
// This will tune to 98.3 FM frequency in stereo mode
For the above code to work, it is required that the MMAPI implementation on the device supports "radio" capture locator. This locator is available on a number of Series 40 phones, but not on S60 devices.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem for self sign??? | DZD_wangchao | Symbian | 1 | 2006-03-01 02:37 |
| Using the Microphone from your MIDlet? | Woody_FX | Mobile Java General | 2 | 2004-02-07 08:32 |
| Radio Lock | raghav_dvg | Mobile Java General | 0 | 2005-02-04 06:57 |
| how to listen camera in s60 phone | guhog | Symbian Media (Graphics & Sounds) | 6 | 2007-07-17 08:18 |
| UDP Server Problem.....Need Guidance | emailatravi | Symbian Networking & Messaging | 3 | 2007-01-25 00:28 |
