public final class android.media.MediaRecorder$AudioSource
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.media.MediaRecorder$AudioSource
  super_class: java.lang.Object
{
  public static final int AUDIO_SOURCE_INVALID;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final int DEFAULT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int MIC;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int VOICE_UPLINK;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int VOICE_DOWNLINK;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int VOICE_CALL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int CAMCORDER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int VOICE_RECOGNITION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int VOICE_COMMUNICATION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  public static final int REMOTE_SUBMIX;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public static final int UNPROCESSED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  public static final int RADIO_TUNER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1998
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final int HOTWORD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1999
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  final android.media.MediaRecorder this$0;
    descriptor: Landroid/media/MediaRecorder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(android.media.MediaRecorder);
    descriptor: (Landroid/media/MediaRecorder;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.media.MediaRecorder$AudioSource this
         0: .line 286
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tandroid.Manifest.permission.CAPTURE_AUDIO_OUTPUT cannot be resolved to a type\n\tandroid.Manifest.permission.CAPTURE_AUDIO_HOTWORD cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.MediaRecorder$AudioSource this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/MediaRecorder$AudioSource;
    MethodParameters:
        Name  Flags
      this$0  final
}
SourceFile: "MediaRecorder.java"
NestHost: android.media.MediaRecorder
InnerClasses:
  public final AudioSource = android.media.MediaRecorder$AudioSource of android.media.MediaRecorder