Hi,
I need to display a video clip on the entire screen.
The most straight-forward method I could think of is editting a clip with the screen's resolution (240x320).
The problem is that on both the emulator and the device I receive KErrNotSupported (-5) on MVideoPlayerUtilityObserver::MvpuoPrepareComplete(TInt aError).
A video with the exact same encoding but different resolution (352,288) works fine.
I tried calling CVideoPlayerUtility::SetScaleFactorL() to make it as close as possible to full screen, but it doesn't seem to have any effect...
Is there any way to display video on full screen or at least enumerate all supported frame sizes?




