04-28-2009 02:44 AM
Hi, I'm trying to write application that will play video and I found that it's not possible to make Blackberry play video in full screen mode or in rectangle with dimensions larger than size of video.
Video always plays in 1:1 mode even if VideoControl.setDisplaySize() VideoControl.setDisplayFullScreen() methods are used.
This issue is reproduced on OS 4.2, 4.3 and 4.5 and higher I guess.
Can somebody advise on this?
By the way, I found the following statement in SDK doc (in VideoControl.setDisplaySize() method description):
If the dimensions of the requested display size are bigger than the dimensions of the video clip, some implementations may resize the video while others may leave the video clip in the original size and just enlarge the display region.
It looks like the Blakberry implementation just leaves the video clip in the original size and just enlarge the display region.
05-07-2009 01:37 PM
08-04-2009 12:59 AM