FileDocCategorySizeDatePackage
ImageReader.javaAPI DocAndroid 5.1 API1271Sat Mar 14 14:09:36 GMT 2015android.media

ImageReader

public class ImageReader extends Object implements AutoCloseable

Fields Summary
Constructors Summary
ImageReader()

 throw new RuntimeException("Stub!"); 
Methods Summary
public android.media.ImageacquireLatestImage()

 throw new RuntimeException("Stub!"); 
public android.media.ImageacquireNextImage()

 throw new RuntimeException("Stub!"); 
public voidclose()

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public intgetHeight()

 throw new RuntimeException("Stub!"); 
public intgetImageFormat()

 throw new RuntimeException("Stub!"); 
public intgetMaxImages()

 throw new RuntimeException("Stub!"); 
public android.view.SurfacegetSurface()

 throw new RuntimeException("Stub!"); 
public intgetWidth()

 throw new RuntimeException("Stub!"); 
public static android.media.ImageReadernewInstance(int width, int height, int format, int maxImages)

 throw new RuntimeException("Stub!"); 
public voidsetOnImageAvailableListener(android.media.ImageReader$OnImageAvailableListener listener, android.os.Handler handler)

 throw new RuntimeException("Stub!");