All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.media.CameraProfile Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy