android.graphics.ImageFormat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android Show documentation
Show all versions of android Show documentation
A library jar that provides APIs for Applications written for the Google Android Platform.
The newest version!
package android.graphics;
public class ImageFormat
{
public ImageFormat() { throw new RuntimeException("Stub!"); }
public static int getBitsPerPixel(int format) { throw new RuntimeException("Stub!"); }
public static final int UNKNOWN = 0;
public static final int RGB_565 = 4;
public static final int YV12 = 842094169;
public static final int NV16 = 16;
public static final int NV21 = 17;
public static final int YUY2 = 20;
public static final int JPEG = 256;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy