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

android.graphics.YuvImage 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.graphics;
public class YuvImage
{
public  YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { throw new RuntimeException("Stub!"); }
public  boolean compressToJpeg(android.graphics.Rect rectangle, int quality, java.io.OutputStream stream) { throw new RuntimeException("Stub!"); }
public  byte[] getYuvData() { throw new RuntimeException("Stub!"); }
public  int getYuvFormat() { throw new RuntimeException("Stub!"); }
public  int[] getStrides() { throw new RuntimeException("Stub!"); }
public  int getWidth() { throw new RuntimeException("Stub!"); }
public  int getHeight() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy