How to set image quality of snapshot taken
Article Metadata
The following code is used to set the image quality for the snapshot taken using JSR 234
imageFormatControl = (ImageFormatControl)player.getControl("javax.microedition.amms.control.
ImageFormatControl");
imageFormatControl.setParameter(FormatControl.PARAM_QUALITY, 100);

