File
Doc
Category
Size
Date
Package
DngCreator.java
API Doc
Android 5.1 API
1667
Sat Mar 14 14:09:38 GMT 2015
android.hardware.camera2
DngCreator
java.lang.Object
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 void
close
()
throw new RuntimeException("Stub!");
protected void
finalize
()
throw new RuntimeException("Stub!");
public
android.hardware.camera2.DngCreator
setDescription
(
java.lang.String
description)
throw new RuntimeException("Stub!");
public
android.hardware.camera2.DngCreator
setLocation
(
android.location.Location
location)
throw new RuntimeException("Stub!");
public
android.hardware.camera2.DngCreator
setOrientation
(
int
orientation)
throw new RuntimeException("Stub!");
public
android.hardware.camera2.DngCreator
setThumbnail
(
android.graphics.Bitmap
pixels)
throw new RuntimeException("Stub!");
public
android.hardware.camera2.DngCreator
setThumbnail
(
android.media.Image
pixels)
throw new RuntimeException("Stub!");
public void
writeByteBuffer
(
java.io.OutputStream
dngOutput,
android.util.Size
size,
java.nio.ByteBuffer
pixels,
long
offset)
throw new RuntimeException("Stub!");
public void
writeImage
(
java.io.OutputStream
dngOutput,
android.media.Image
pixels)
throw new RuntimeException("Stub!");
public void
writeInputStream
(
java.io.OutputStream
dngOutput,
android.util.Size
size,
java.io.InputStream
pixels,
long
offset)
throw new RuntimeException("Stub!");
Java Code Source