Class ShadowCameraCaptureSessionImpl


  • @Implements(value=android.hardware.camera2.impl.CameraCaptureSessionImpl.class,
                minSdk=21,
                isInAndroidSdk=false)
    public class ShadowCameraCaptureSessionImpl
    extends java.lang.Object
    Shadow class for CameraCaptureSessionImpl
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected int capture​(android.hardware.camera2.CaptureRequest request, android.hardware.camera2.CameraCaptureSession.CaptureCallback callback, android.os.Handler handler)  
      protected void close()  
      protected int setRepeatingRequest​(android.hardware.camera2.CaptureRequest request, android.hardware.camera2.CameraCaptureSession.CaptureCallback callback, android.os.Handler handler)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowCameraCaptureSessionImpl

        public ShadowCameraCaptureSessionImpl()
    • Method Detail

      • setRepeatingRequest

        @Implementation(minSdk=28)
        protected int setRepeatingRequest​(android.hardware.camera2.CaptureRequest request,
                                          android.hardware.camera2.CameraCaptureSession.CaptureCallback callback,
                                          android.os.Handler handler)
                                   throws android.hardware.camera2.CameraAccessException
        Throws:
        android.hardware.camera2.CameraAccessException
      • capture

        @Implementation(minSdk=28)
        protected int capture​(android.hardware.camera2.CaptureRequest request,
                              android.hardware.camera2.CameraCaptureSession.CaptureCallback callback,
                              android.os.Handler handler)
                       throws android.hardware.camera2.CameraAccessException
        Throws:
        android.hardware.camera2.CameraAccessException
      • close

        @Implementation(minSdk=28)
        protected void close()