public abstract class android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession extends android.hardware.camera2.CameraCaptureSession
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession
  super_class: android.hardware.camera2.CameraCaptureSession
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession this
         0: .line 72
            aload 0 /* this */
            invokespecial android.hardware.camera2.CameraCaptureSession.<init>:()V
            return
        end local 0 // android.hardware.camera2.CameraConstrainedHighSpeedCaptureSession this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/camera2/CameraConstrainedHighSpeedCaptureSession;

  public abstract java.util.List<android.hardware.camera2.CaptureRequest> createHighSpeedRequestList(android.hardware.camera2.CaptureRequest);
    descriptor: (Landroid/hardware/camera2/CaptureRequest;)Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.hardware.camera2.CameraAccessException
    Signature: (Landroid/hardware/camera2/CaptureRequest;)Ljava/util/List<Landroid/hardware/camera2/CaptureRequest;>;
    MethodParameters:
         Name  Flags
      request  
}
SourceFile: "CameraConstrainedHighSpeedCaptureSession.java"