While working on a J2ME mp4 video player solution I've run into problems with displaying video in fullscreen/landscape view on most Nokia S40 devices.
Using the 3120 Classic as an example - there is no API support for rotating the video and scaling it like the native player does.
This is an example for such API defined in Sony Ericsson's J2ME platform:
vc.initDisplayMode(VideoControl.USE_DIRECT_VIDEO | (Sprite.TRANS_ROT90 << 4), this)
Does anyone have any advice how to get around this issue?

Reply With Quote


