Question

I have a j2me app built for a CDC device. I have used Personal profile to display the UI. However now I need to play audio. AFAIK in j2me I can play audio only through J2me MMAPI i.e JSR135.
But on my device I don't have this. So can someone provide me input how I should go about porting this jsr on my device. It is a linux based ARM device. I had built and compiled cdc and personal profile by myself and ported on to the device. But now I am unable to find source code for Mobile media api.

Or do you have any option other than MMAPI to play audio?

Was it helpful?

Solution

I am unable to find source code for Mobile media api

Well as far as I can tell, above is available in an open source project PhoneME. MMAPI classes like Player, Manager, Control etc are shown at below link to their SVN code repository:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top