Home | Русский

Finding multimedia content-type support of a mobile device

MMAPI gives facility of playing audio/video on mobile phones. MMAPI’s content-type/protocol support depends upon the mobile device capabilities.
The example below displays the mulitmedia file formats that are supported on a mobile phone:

import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import javax.microedition.media.Manager;

public class Midlet extends MIDlet implements CommandListener {

private static final Command exit = new Command(”Exit”, Command.EXIT, 0);
private static final Command detail [...]

Posted in: J2ME by admin No Comments , , ,