android.media.CameraProfile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.media;
public class CameraProfile
{
public CameraProfile() { throw new RuntimeException("Stub!"); }
public static int getJpegEncodingQualityParameter(int quality) { throw new RuntimeException("Stub!"); }
public static int getJpegEncodingQualityParameter(int cameraId, int quality) { throw new RuntimeException("Stub!"); }
public static final int QUALITY_LOW = 0;
public static final int QUALITY_MEDIUM = 1;
public static final int QUALITY_HIGH = 2;
}