FileDocCategorySizeDatePackage
DngCreator.javaAPI DocAndroid 5.1 API1667Sat Mar 14 14:09:38 GMT 2015android.hardware.camera2

DngCreator

public final class DngCreator extends Object implements AutoCloseable

Fields Summary
public static final int
MAX_THUMBNAIL_DIMENSION
Constructors Summary
public DngCreator(android.hardware.camera2.CameraCharacteristics characteristics, android.hardware.camera2.CaptureResult metadata)

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

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

 throw new RuntimeException("Stub!"); 
public android.hardware.camera2.DngCreatorsetDescription(java.lang.String description)

 throw new RuntimeException("Stub!"); 
public android.hardware.camera2.DngCreatorsetLocation(android.location.Location location)

 throw new RuntimeException("Stub!"); 
public android.hardware.camera2.DngCreatorsetOrientation(int orientation)

 throw new RuntimeException("Stub!"); 
public android.hardware.camera2.DngCreatorsetThumbnail(android.graphics.Bitmap pixels)

 throw new RuntimeException("Stub!"); 
public android.hardware.camera2.DngCreatorsetThumbnail(android.media.Image pixels)

 throw new RuntimeException("Stub!"); 
public voidwriteByteBuffer(java.io.OutputStream dngOutput, android.util.Size size, java.nio.ByteBuffer pixels, long offset)

 throw new RuntimeException("Stub!"); 
public voidwriteImage(java.io.OutputStream dngOutput, android.media.Image pixels)

 throw new RuntimeException("Stub!"); 
public voidwriteInputStream(java.io.OutputStream dngOutput, android.util.Size size, java.io.InputStream pixels, long offset)

 throw new RuntimeException("Stub!");