jjil.android
Class CameraDeviceFile

java.lang.Object
  extended by jjil.android.CameraDeviceFile

public class CameraDeviceFile
extends java.lang.Object


Method Summary
 boolean capture(android.graphics.Canvas canvas)
           
 void close()
           
static CameraDeviceFile open(android.content.Resources r, int[] files)
           
 boolean setCaptureParams(android.hardware.CameraDevice.CaptureParams captParams)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

capture

public boolean capture(android.graphics.Canvas canvas)

close

public final void close()

open

public static final CameraDeviceFile open(android.content.Resources r,
                                          int[] files)

setCaptureParams

public boolean setCaptureParams(android.hardware.CameraDevice.CaptureParams captParams)