mmapi Questions
1
Solved
I'm trying to write a simple media playback application in J2ME. Currently I'm starting with the most simple thing, I just want to play a wav file from resources included in the jar file. I'm using...
Leuko asked 20/1, 2010 at 22:19
3
Due to (quite annoying) limitations on many J2ME phones, audio files cannot be played until they are fully downloaded. So, in order to play live streams, I'm forced to download chunks at a time, an...
4
What is the best way to play audio utilzing the J2ME Media libary?
For example, should I make use of the MMAPI or should I just use the Midlet's platformRequest(String s) method?
Wast asked 23/1, 2009 at 17:38
3
Solved
I'm trying to do an image capture on a high end Nokia phone (N95). The phone's internal camera is very good (4 megapixels) but in j2me I only seem to be able to get a maximum of 1360x1020 image out...
1
© 2022 - 2024 — McMap. All rights reserved.