public abstract class android.hardware.camera2.CameraCaptureSession implements java.lang.AutoCloseable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.hardware.camera2.CameraCaptureSession
  super_class: java.lang.Object
{
  public static final int SESSION_ID_NONE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.camera2.CameraCaptureSession this
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.hardware.camera2.CameraCaptureSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/camera2/CameraCaptureSession;

  public abstract android.hardware.camera2.CameraDevice getDevice();
    descriptor: ()Landroid/hardware/camera2/CameraDevice;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void prepare(android.view.Surface);
    descriptor: (Landroid/view/Surface;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    MethodParameters:
         Name  Flags
      surface  

  public abstract void prepare(int, android.view.Surface);
    descriptor: (ILandroid/view/Surface;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    MethodParameters:
          Name  Flags
      maxCount  
      surface   

  public abstract void tearDown(android.view.Surface);
    descriptor: (Landroid/view/Surface;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    MethodParameters:
         Name  Flags
      surface  

  public abstract void finalizeOutputConfigurations(java.util.List<android.hardware.camera2.params.OutputConfiguration>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    Signature: (Ljava/util/List<Landroid/hardware/camera2/params/OutputConfiguration;>;)V
    MethodParameters:
               Name  Flags
      outputConfigs  

  public abstract int capture(android.hardware.camera2.CaptureRequest, android.hardware.camera2.CameraCaptureSession$CaptureCallback, android.os.Handler);
    descriptor: (Landroid/hardware/camera2/CaptureRequest;Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;Landroid/os/Handler;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    MethodParameters:
          Name  Flags
      request   
      listener  
      handler   

  public int captureSingleRequest(android.hardware.camera2.CaptureRequest, java.util.concurrent.Executor, android.hardware.camera2.CameraCaptureSession$CaptureCallback);
    descriptor: (Landroid/hardware/camera2/CaptureRequest;Ljava/util/concurrent/Executor;Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.hardware.camera2.CameraCaptureSession this
        start local 1 // android.hardware.camera2.CaptureRequest request
        start local 2 // java.util.concurrent.Executor executor
        start local 3 // android.hardware.camera2.CameraCaptureSession$CaptureCallback listener
         0: .line 398
            new java.lang.UnsupportedOperationException
            dup
            ldc "Subclasses must override this method"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // android.hardware.camera2.CameraCaptureSession$CaptureCallback listener
        end local 2 // java.util.concurrent.Executor executor
        end local 1 // android.hardware.camera2.CaptureRequest request
        end local 0 // android.hardware.camera2.CameraCaptureSession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/hardware/camera2/CameraCaptureSession;
            0    1     1   request  Landroid/hardware/camera2/CaptureRequest;
            0    1     2  executor  Ljava/util/concurrent/Executor;
            0    1     3  listener  Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    MethodParameters:
          Name  Flags
      request   
      executor  
      listener  

  public abstract int captureBurst(java.util.List<android.hardware.camera2.CaptureRequest>, android.hardware.camera2.CameraCaptureSession$CaptureCallback, android.os.Handler);
    descriptor: (Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;Landroid/os/Handler;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    Signature: (Ljava/util/List<Landroid/hardware/camera2/CaptureRequest;>;Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;Landroid/os/Handler;)I
    MethodParameters:
          Name  Flags
      requests  
      listener  
      handler   

  public int captureBurstRequests(java.util.List<android.hardware.camera2.CaptureRequest>, java.util.concurrent.Executor, android.hardware.camera2.CameraCaptureSession$CaptureCallback);
    descriptor: (Ljava/util/List;Ljava/util/concurrent/Executor;Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.hardware.camera2.CameraCaptureSession this
        start local 1 // java.util.List requests
        start local 2 // java.util.concurrent.Executor executor
        start local 3 // android.hardware.camera2.CameraCaptureSession$CaptureCallback listener
         0: .line 507
            new java.lang.UnsupportedOperationException
            dup
            ldc "Subclasses must override this method"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // android.hardware.camera2.CameraCaptureSession$CaptureCallback listener
        end local 2 // java.util.concurrent.Executor executor
        end local 1 // java.util.List requests
        end local 0 // android.hardware.camera2.CameraCaptureSession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/hardware/camera2/CameraCaptureSession;
            0    1     1  requests  Ljava/util/List<Landroid/hardware/camera2/CaptureRequest;>;
            0    1     2  executor  Ljava/util/concurrent/Executor;
            0    1     3  listener  Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    Signature: (Ljava/util/List<Landroid/hardware/camera2/CaptureRequest;>;Ljava/util/concurrent/Executor;Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;)I
    MethodParameters:
          Name  Flags
      requests  
      executor  
      listener  

  public abstract int setRepeatingRequest(android.hardware.camera2.CaptureRequest, android.hardware.camera2.CameraCaptureSession$CaptureCallback, android.os.Handler);
    descriptor: (Landroid/hardware/camera2/CaptureRequest;Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;Landroid/os/Handler;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    MethodParameters:
          Name  Flags
      request   
      listener  
      handler   

  public int setSingleRepeatingRequest(android.hardware.camera2.CaptureRequest, java.util.concurrent.Executor, android.hardware.camera2.CameraCaptureSession$CaptureCallback);
    descriptor: (Landroid/hardware/camera2/CaptureRequest;Ljava/util/concurrent/Executor;Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.hardware.camera2.CameraCaptureSession this
        start local 1 // android.hardware.camera2.CaptureRequest request
        start local 2 // java.util.concurrent.Executor executor
        start local 3 // android.hardware.camera2.CameraCaptureSession$CaptureCallback listener
         0: .line 613
            new java.lang.UnsupportedOperationException
            dup
            ldc "Subclasses must override this method"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // android.hardware.camera2.CameraCaptureSession$CaptureCallback listener
        end local 2 // java.util.concurrent.Executor executor
        end local 1 // android.hardware.camera2.CaptureRequest request
        end local 0 // android.hardware.camera2.CameraCaptureSession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/hardware/camera2/CameraCaptureSession;
            0    1     1   request  Landroid/hardware/camera2/CaptureRequest;
            0    1     2  executor  Ljava/util/concurrent/Executor;
            0    1     3  listener  Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    MethodParameters:
          Name  Flags
      request   
      executor  
      listener  

  public abstract int setRepeatingBurst(java.util.List<android.hardware.camera2.CaptureRequest>, android.hardware.camera2.CameraCaptureSession$CaptureCallback, android.os.Handler);
    descriptor: (Ljava/util/List;Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;Landroid/os/Handler;)I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    Signature: (Ljava/util/List<Landroid/hardware/camera2/CaptureRequest;>;Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;Landroid/os/Handler;)I
    MethodParameters:
          Name  Flags
      requests  
      listener  
      handler   

  public int setRepeatingBurstRequests(java.util.List<android.hardware.camera2.CaptureRequest>, java.util.concurrent.Executor, android.hardware.camera2.CameraCaptureSession$CaptureCallback);
    descriptor: (Ljava/util/List;Ljava/util/concurrent/Executor;Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.hardware.camera2.CameraCaptureSession this
        start local 1 // java.util.List requests
        start local 2 // java.util.concurrent.Executor executor
        start local 3 // android.hardware.camera2.CameraCaptureSession$CaptureCallback listener
         0: .line 726
            new java.lang.UnsupportedOperationException
            dup
            ldc "Subclasses must override this method"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 3 // android.hardware.camera2.CameraCaptureSession$CaptureCallback listener
        end local 2 // java.util.concurrent.Executor executor
        end local 1 // java.util.List requests
        end local 0 // android.hardware.camera2.CameraCaptureSession this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Landroid/hardware/camera2/CameraCaptureSession;
            0    1     1  requests  Ljava/util/List<Landroid/hardware/camera2/CaptureRequest;>;
            0    1     2  executor  Ljava/util/concurrent/Executor;
            0    1     3  listener  Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    Signature: (Ljava/util/List<Landroid/hardware/camera2/CaptureRequest;>;Ljava/util/concurrent/Executor;Landroid/hardware/camera2/CameraCaptureSession$CaptureCallback;)I
    MethodParameters:
          Name  Flags
      requests  
      executor  
      listener  

  public abstract void stopRepeating();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException

  public abstract void abortCaptures();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException

  public abstract boolean isReprocessable();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract android.view.Surface getInputSurface();
    descriptor: ()Landroid/view/Surface;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public void updateOutputConfiguration(android.hardware.camera2.params.OutputConfiguration);
    descriptor: (Landroid/hardware/camera2/params/OutputConfiguration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.hardware.camera2.CameraCaptureSession this
        start local 1 // android.hardware.camera2.params.OutputConfiguration config
         0: .line 854
            new java.lang.UnsupportedOperationException
            dup
            ldc "Subclasses must override this method"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // android.hardware.camera2.params.OutputConfiguration config
        end local 0 // android.hardware.camera2.CameraCaptureSession this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/hardware/camera2/CameraCaptureSession;
            0    1     1  config  Landroid/hardware/camera2/params/OutputConfiguration;
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    MethodParameters:
        Name  Flags
      config  

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "CameraCaptureSession.java"
NestMembers:
  android.hardware.camera2.CameraCaptureSession$CaptureCallback  android.hardware.camera2.CameraCaptureSession$StateCallback
InnerClasses:
  public abstract CaptureCallback = android.hardware.camera2.CameraCaptureSession$CaptureCallback of android.hardware.camera2.CameraCaptureSession
  public abstract StateCallback = android.hardware.camera2.CameraCaptureSession$StateCallback of android.hardware.camera2.CameraCaptureSession