final class com.sun.media.sound.PortMixer extends com.sun.media.sound.AbstractMixer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.media.sound.PortMixer
  super_class: com.sun.media.sound.AbstractMixer
{
  private static final int SRC_UNKNOWN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int SRC_MICROPHONE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int SRC_LINE_IN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int SRC_COMPACT_DISC;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int SRC_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 255

  private static final int DST_UNKNOWN;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 256

  private static final int DST_SPEAKER;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 512

  private static final int DST_HEADPHONE;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 768

  private static final int DST_LINE_OUT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1024

  private static final int DST_MASK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 65280

  private final javax.sound.sampled.Port$Info[] portInfos;
    descriptor: [Ljavax/sound/sampled/Port$Info;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.sun.media.sound.PortMixer$PortMixerPort[] ports;
    descriptor: [Lcom/sun/media/sound/PortMixer$PortMixerPort;
    flags: (0x0002) ACC_PRIVATE

  private long id;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.sun.media.sound.PortMixerProvider$PortMixerInfo);
    descriptor: (Lcom/sun/media/sound/PortMixerProvider$PortMixerInfo;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // com.sun.media.sound.PortMixer this
        start local 1 // com.sun.media.sound.PortMixerProvider$PortMixerInfo portMixerInfo
         0: .line 66
            aload 0 /* this */
            aload 1 /* portMixerInfo */
         1: .line 67
            aconst_null
         2: .line 68
            aconst_null
         3: .line 69
            aconst_null
            invokespecial com.sun.media.sound.AbstractMixer.<init>:(Ljavax/sound/sampled/Mixer$Info;[Ljavax/sound/sampled/Control;[Ljavax/sound/sampled/Line$Info;[Ljavax/sound/sampled/Line$Info;)V
         4: .line 62
            aload 0 /* this */
            lconst_0
            putfield com.sun.media.sound.PortMixer.id:J
         5: .line 73
            iconst_0
            istore 2 /* count */
        start local 2 // int count
         6: .line 74
            iconst_0
            istore 3 /* srcLineCount */
        start local 3 // int srcLineCount
         7: .line 75
            iconst_0
            istore 4 /* dstLineCount */
        start local 4 // int dstLineCount
         8: .line 79
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.media.sound.PortMixer.getMixerIndex:()I
            invokestatic com.sun.media.sound.PortMixer.nOpen:(I)J
            putfield com.sun.media.sound.PortMixer.id:J
         9: .line 80
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.id:J
            lconst_0
            lcmp
            ifeq 15
        10: .line 81
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.id:J
            invokestatic com.sun.media.sound.PortMixer.nGetPortCount:(J)I
            istore 2 /* count */
        11: .line 82
            iload 2 /* count */
            ifge 15
        12: .line 84
            iconst_0
            istore 2 /* count */
        13: .line 87
            goto 15
      StackMap locals: com.sun.media.sound.PortMixer com.sun.media.sound.PortMixerProvider$PortMixerInfo int int int
      StackMap stack: java.lang.Exception
        14: pop
        15: .line 89
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* count */
            anewarray javax.sound.sampled.Port$Info
            putfield com.sun.media.sound.PortMixer.portInfos:[Ljavax/sound/sampled/Port$Info;
        16: .line 91
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        17: goto 27
        18: .line 92
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.id:J
            iload 5 /* i */
            invokestatic com.sun.media.sound.PortMixer.nGetPortType:(JI)I
            istore 6 /* type */
        start local 6 // int type
        19: .line 93
            iload 3 /* srcLineCount */
            iload 6 /* type */
            sipush 255
            iand
            ifeq 20
            iconst_1
            goto 21
      StackMap locals: com.sun.media.sound.PortMixer com.sun.media.sound.PortMixerProvider$PortMixerInfo int int int int int
      StackMap stack: int
        20: iconst_0
      StackMap locals: com.sun.media.sound.PortMixer com.sun.media.sound.PortMixerProvider$PortMixerInfo int int int int int
      StackMap stack: int int
        21: iadd
            istore 3 /* srcLineCount */
        22: .line 94
            iload 4 /* dstLineCount */
            iload 6 /* type */
            ldc 65280
            iand
            ifeq 23
            iconst_1
            goto 24
      StackMap locals:
      StackMap stack: int
        23: iconst_0
      StackMap locals: com.sun.media.sound.PortMixer com.sun.media.sound.PortMixerProvider$PortMixerInfo int int int int int
      StackMap stack: int int
        24: iadd
            istore 4 /* dstLineCount */
        25: .line 95
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.portInfos:[Ljavax/sound/sampled/Port$Info;
            iload 5 /* i */
            aload 0 /* this */
            iload 5 /* i */
            iload 6 /* type */
            invokevirtual com.sun.media.sound.PortMixer.getPortInfo:(II)Ljavax/sound/sampled/Port$Info;
            aastore
        end local 6 // int type
        26: .line 91
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        27: iload 5 /* i */
            iload 2 /* count */
            if_icmplt 18
        end local 5 // int i
        28: .line 97
            goto 34
      StackMap locals: com.sun.media.sound.PortMixer com.sun.media.sound.PortMixerProvider$PortMixerInfo int int int
      StackMap stack: java.lang.Throwable
        29: astore 7
        30: .line 98
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.id:J
            lconst_0
            lcmp
            ifeq 32
        31: .line 99
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.id:J
            invokestatic com.sun.media.sound.PortMixer.nClose:(J)V
        32: .line 101
      StackMap locals: com.sun.media.sound.PortMixer com.sun.media.sound.PortMixerProvider$PortMixerInfo int int int top top java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            lconst_0
            putfield com.sun.media.sound.PortMixer.id:J
        33: .line 102
            aload 7
            athrow
        34: .line 98
      StackMap locals: com.sun.media.sound.PortMixer com.sun.media.sound.PortMixerProvider$PortMixerInfo int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.id:J
            lconst_0
            lcmp
            ifeq 36
        35: .line 99
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.id:J
            invokestatic com.sun.media.sound.PortMixer.nClose:(J)V
        36: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lconst_0
            putfield com.sun.media.sound.PortMixer.id:J
        37: .line 105
            aload 0 /* this */
            iload 3 /* srcLineCount */
            anewarray javax.sound.sampled.Port$Info
            putfield com.sun.media.sound.PortMixer.sourceLineInfo:[Ljavax/sound/sampled/Line$Info;
        38: .line 106
            aload 0 /* this */
            iload 4 /* dstLineCount */
            anewarray javax.sound.sampled.Port$Info
            putfield com.sun.media.sound.PortMixer.targetLineInfo:[Ljavax/sound/sampled/Line$Info;
        39: .line 108
            iconst_0
            istore 3 /* srcLineCount */
            iconst_0
            istore 4 /* dstLineCount */
        40: .line 109
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        41: goto 47
        42: .line 110
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.portInfos:[Ljavax/sound/sampled/Port$Info;
            iload 5 /* i */
            aaload
            invokevirtual javax.sound.sampled.Port$Info.isSource:()Z
            ifeq 45
        43: .line 111
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.sourceLineInfo:[Ljavax/sound/sampled/Line$Info;
            iload 3 /* srcLineCount */
            iinc 3 /* srcLineCount */ 1
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.portInfos:[Ljavax/sound/sampled/Port$Info;
            iload 5 /* i */
            aaload
            aastore
        44: .line 112
            goto 46
        45: .line 113
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.targetLineInfo:[Ljavax/sound/sampled/Line$Info;
            iload 4 /* dstLineCount */
            iinc 4 /* dstLineCount */ 1
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.portInfos:[Ljavax/sound/sampled/Port$Info;
            iload 5 /* i */
            aaload
            aastore
        46: .line 109
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        47: iload 5 /* i */
            iload 2 /* count */
            if_icmplt 42
        end local 5 // int i
        48: .line 118
            return
        end local 4 // int dstLineCount
        end local 3 // int srcLineCount
        end local 2 // int count
        end local 1 // com.sun.media.sound.PortMixerProvider$PortMixerInfo portMixerInfo
        end local 0 // com.sun.media.sound.PortMixer this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   49     0           this  Lcom/sun/media/sound/PortMixer;
            0   49     1  portMixerInfo  Lcom/sun/media/sound/PortMixerProvider$PortMixerInfo;
            6   49     2          count  I
            7   49     3   srcLineCount  I
            8   49     4   dstLineCount  I
           17   28     5              i  I
           19   26     6           type  I
           41   48     5              i  I
      Exception table:
        from    to  target  type
           8    13      14  Class java.lang.Exception
           8    29      29  any
    MethodParameters:
               Name  Flags
      portMixerInfo  

  public javax.sound.sampled.Line getLine(javax.sound.sampled.Line$Info);
    descriptor: (Ljavax/sound/sampled/Line$Info;)Ljavax/sound/sampled/Line;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.media.sound.PortMixer this
        start local 1 // javax.sound.sampled.Line$Info info
         0: .line 122
            aload 0 /* this */
            aload 1 /* info */
            invokevirtual com.sun.media.sound.PortMixer.getLineInfo:(Ljavax/sound/sampled/Line$Info;)Ljavax/sound/sampled/Line$Info;
            astore 2 /* fullInfo */
        start local 2 // javax.sound.sampled.Line$Info fullInfo
         1: .line 124
            aload 2 /* fullInfo */
            ifnull 8
            aload 2 /* fullInfo */
            instanceof javax.sound.sampled.Port$Info
            ifeq 8
         2: .line 125
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 126
      StackMap locals: javax.sound.sampled.Line$Info int
      StackMap stack:
            aload 2 /* fullInfo */
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.portInfos:[Ljavax/sound/sampled/Port$Info;
            iload 3 /* i */
            aaload
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 127
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual com.sun.media.sound.PortMixer.getPort:(I)Ljavax/sound/sampled/Port;
            areturn
         6: .line 125
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.portInfos:[Ljavax/sound/sampled/Port$Info;
            arraylength
            if_icmplt 4
        end local 3 // int i
         8: .line 131
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Line unsupported: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* info */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // javax.sound.sampled.Line$Info fullInfo
        end local 1 // javax.sound.sampled.Line$Info info
        end local 0 // com.sun.media.sound.PortMixer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/sun/media/sound/PortMixer;
            0    9     1      info  Ljavax/sound/sampled/Line$Info;
            1    9     2  fullInfo  Ljavax/sound/sampled/Line$Info;
            3    8     3         i  I
    Exceptions:
      throws javax.sound.sampled.LineUnavailableException
    MethodParameters:
      Name  Flags
      info  

  public int getMaxLines(javax.sound.sampled.Line$Info);
    descriptor: (Ljavax/sound/sampled/Line$Info;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.media.sound.PortMixer this
        start local 1 // javax.sound.sampled.Line$Info info
         0: .line 136
            aload 0 /* this */
            aload 1 /* info */
            invokevirtual com.sun.media.sound.PortMixer.getLineInfo:(Ljavax/sound/sampled/Line$Info;)Ljavax/sound/sampled/Line$Info;
            astore 2 /* fullInfo */
        start local 2 // javax.sound.sampled.Line$Info fullInfo
         1: .line 139
            aload 2 /* fullInfo */
            ifnonnull 3
         2: .line 140
            iconst_0
            ireturn
         3: .line 143
      StackMap locals: javax.sound.sampled.Line$Info
      StackMap stack:
            aload 2 /* fullInfo */
            instanceof javax.sound.sampled.Port$Info
            ifeq 5
         4: .line 145
            iconst_1
            ireturn
         5: .line 147
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // javax.sound.sampled.Line$Info fullInfo
        end local 1 // javax.sound.sampled.Line$Info info
        end local 0 // com.sun.media.sound.PortMixer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/sun/media/sound/PortMixer;
            0    6     1      info  Ljavax/sound/sampled/Line$Info;
            1    6     2  fullInfo  Ljavax/sound/sampled/Line$Info;
    MethodParameters:
      Name  Flags
      info  

  protected void implOpen();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.media.sound.PortMixer this
         0: .line 155
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.media.sound.PortMixer.getMixerIndex:()I
            invokestatic com.sun.media.sound.PortMixer.nOpen:(I)J
            putfield com.sun.media.sound.PortMixer.id:J
         1: .line 158
            return
        end local 0 // com.sun.media.sound.PortMixer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/media/sound/PortMixer;
    Exceptions:
      throws javax.sound.sampled.LineUnavailableException

  protected void implClose();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.sun.media.sound.PortMixer this
         0: .line 165
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.id:J
            lstore 1 /* thisID */
        start local 1 // long thisID
         1: .line 166
            aload 0 /* this */
            lconst_0
            putfield com.sun.media.sound.PortMixer.id:J
         2: .line 167
            lload 1 /* thisID */
            invokestatic com.sun.media.sound.PortMixer.nClose:(J)V
         3: .line 168
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.ports:[Lcom/sun/media/sound/PortMixer$PortMixerPort;
            ifnull 10
         4: .line 169
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 9
         6: .line 170
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.ports:[Lcom/sun/media/sound/PortMixer$PortMixerPort;
            iload 3 /* i */
            aaload
            ifnull 8
         7: .line 171
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.ports:[Lcom/sun/media/sound/PortMixer$PortMixerPort;
            iload 3 /* i */
            aaload
            invokevirtual com.sun.media.sound.PortMixer$PortMixerPort.disposeControls:()V
         8: .line 169
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.ports:[Lcom/sun/media/sound/PortMixer$PortMixerPort;
            arraylength
            if_icmplt 6
        end local 3 // int i
        10: .line 177
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long thisID
        end local 0 // com.sun.media.sound.PortMixer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0    this  Lcom/sun/media/sound/PortMixer;
            1   11     1  thisID  J
            5   10     3       i  I

  protected void implStart();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.media.sound.PortMixer this
         0: .line 180
            return
        end local 0 // com.sun.media.sound.PortMixer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/PortMixer;

  protected void implStop();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // com.sun.media.sound.PortMixer this
         0: .line 182
            return
        end local 0 // com.sun.media.sound.PortMixer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/PortMixer;

  private javax.sound.sampled.Port$Info getPortInfo(int, int);
    descriptor: (II)Ljavax/sound/sampled/Port$Info;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.media.sound.PortMixer this
        start local 1 // int portIndex
        start local 2 // int type
         0: .line 185
            iload 2 /* type */
            lookupswitch { // 8
                    1: 1
                    2: 2
                    3: 3
                    4: 4
                  256: 5
                  512: 6
                  768: 7
                 1024: 8
              default: 9
          }
         1: .line 186
      StackMap locals:
      StackMap stack:
            new com.sun.media.sound.PortMixer$PortInfo
            dup
            aload 0 /* this */
            invokevirtual com.sun.media.sound.PortMixer.getID:()J
            iload 1 /* portIndex */
            invokestatic com.sun.media.sound.PortMixer.nGetPortName:(JI)Ljava/lang/String;
            iconst_1
            invokespecial com.sun.media.sound.PortMixer$PortInfo.<init>:(Ljava/lang/String;Z)V
            areturn
         2: .line 187
      StackMap locals:
      StackMap stack:
            getstatic javax.sound.sampled.Port$Info.MICROPHONE:Ljavax/sound/sampled/Port$Info;
            areturn
         3: .line 188
      StackMap locals:
      StackMap stack:
            getstatic javax.sound.sampled.Port$Info.LINE_IN:Ljavax/sound/sampled/Port$Info;
            areturn
         4: .line 189
      StackMap locals:
      StackMap stack:
            getstatic javax.sound.sampled.Port$Info.COMPACT_DISC:Ljavax/sound/sampled/Port$Info;
            areturn
         5: .line 191
      StackMap locals:
      StackMap stack:
            new com.sun.media.sound.PortMixer$PortInfo
            dup
            aload 0 /* this */
            invokevirtual com.sun.media.sound.PortMixer.getID:()J
            iload 1 /* portIndex */
            invokestatic com.sun.media.sound.PortMixer.nGetPortName:(JI)Ljava/lang/String;
            iconst_0
            invokespecial com.sun.media.sound.PortMixer$PortInfo.<init>:(Ljava/lang/String;Z)V
            areturn
         6: .line 192
      StackMap locals:
      StackMap stack:
            getstatic javax.sound.sampled.Port$Info.SPEAKER:Ljavax/sound/sampled/Port$Info;
            areturn
         7: .line 193
      StackMap locals:
      StackMap stack:
            getstatic javax.sound.sampled.Port$Info.HEADPHONE:Ljavax/sound/sampled/Port$Info;
            areturn
         8: .line 194
      StackMap locals:
      StackMap stack:
            getstatic javax.sound.sampled.Port$Info.LINE_OUT:Ljavax/sound/sampled/Port$Info;
            areturn
         9: .line 198
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int type
        end local 1 // int portIndex
        end local 0 // com.sun.media.sound.PortMixer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lcom/sun/media/sound/PortMixer;
            0   10     1  portIndex  I
            0   10     2       type  I
    MethodParameters:
           Name  Flags
      portIndex  
      type       

  int getMixerIndex();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.media.sound.PortMixer this
         0: .line 202
            aload 0 /* this */
            invokevirtual com.sun.media.sound.PortMixer.getMixerInfo:()Ljavax/sound/sampled/Mixer$Info;
            checkcast com.sun.media.sound.PortMixerProvider$PortMixerInfo
            invokevirtual com.sun.media.sound.PortMixerProvider$PortMixerInfo.getIndex:()I
            ireturn
        end local 0 // com.sun.media.sound.PortMixer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/PortMixer;

  javax.sound.sampled.Port getPort(int);
    descriptor: (I)Ljavax/sound/sampled/Port;
    flags: (0x0000) 
    Code:
      stack=7, locals=2, args_size=2
        start local 0 // com.sun.media.sound.PortMixer this
        start local 1 // int index
         0: .line 206
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.ports:[Lcom/sun/media/sound/PortMixer$PortMixerPort;
            ifnonnull 2
         1: .line 207
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.portInfos:[Ljavax/sound/sampled/Port$Info;
            arraylength
            anewarray com.sun.media.sound.PortMixer$PortMixerPort
            putfield com.sun.media.sound.PortMixer.ports:[Lcom/sun/media/sound/PortMixer$PortMixerPort;
         2: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.ports:[Lcom/sun/media/sound/PortMixer$PortMixerPort;
            iload 1 /* index */
            aaload
            ifnonnull 5
         3: .line 210
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.ports:[Lcom/sun/media/sound/PortMixer$PortMixerPort;
            iload 1 /* index */
            new com.sun.media.sound.PortMixer$PortMixerPort
            dup
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.portInfos:[Ljavax/sound/sampled/Port$Info;
            iload 1 /* index */
            aaload
            aload 0 /* this */
            iload 1 /* index */
            invokespecial com.sun.media.sound.PortMixer$PortMixerPort.<init>:(Ljavax/sound/sampled/Port$Info;Lcom/sun/media/sound/PortMixer;I)V
            aastore
         4: .line 211
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.ports:[Lcom/sun/media/sound/PortMixer$PortMixerPort;
            iload 1 /* index */
            aaload
            areturn
         5: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.ports:[Lcom/sun/media/sound/PortMixer$PortMixerPort;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        end local 0 // com.sun.media.sound.PortMixer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/sun/media/sound/PortMixer;
            0    6     1  index  I
    MethodParameters:
       Name  Flags
      index  

  long getID();
    descriptor: ()J
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.media.sound.PortMixer this
         0: .line 218
            aload 0 /* this */
            getfield com.sun.media.sound.PortMixer.id:J
            lreturn
        end local 0 // com.sun.media.sound.PortMixer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/media/sound/PortMixer;

  private static native long nOpen(int);
    descriptor: (I)J
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    Exceptions:
      throws javax.sound.sampled.LineUnavailableException
    MethodParameters:
            Name  Flags
      mixerIndex  

  private static native void nClose(long);
    descriptor: (J)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      id    

  private static native int nGetPortCount(long);
    descriptor: (J)I
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      id    

  private static native int nGetPortType(long, int);
    descriptor: (JI)I
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
           Name  Flags
      id         
      portIndex  

  private static native java.lang.String nGetPortName(long, int);
    descriptor: (JI)Ljava/lang/String;
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
           Name  Flags
      id         
      portIndex  

  private static native void nGetControls(long, int, java.util.Vector);
    descriptor: (JILjava/util/Vector;)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
           Name  Flags
      id         
      portIndex  
      vector     

  private static native void nControlSetIntValue(long, int);
    descriptor: (JI)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
           Name  Flags
      controlID  
      value      

  private static native int nControlGetIntValue(long);
    descriptor: (J)I
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
           Name  Flags
      controlID  

  private static native void nControlSetFloatValue(long, float);
    descriptor: (JF)V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
           Name  Flags
      controlID  
      value      

  private static native float nControlGetFloatValue(long);
    descriptor: (J)F
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
    MethodParameters:
           Name  Flags
      controlID  
}
SourceFile: "PortMixer.java"
NestMembers:
  com.sun.media.sound.PortMixer$BoolCtrl  com.sun.media.sound.PortMixer$BoolCtrl$BCT  com.sun.media.sound.PortMixer$CompCtrl  com.sun.media.sound.PortMixer$CompCtrl$CCT  com.sun.media.sound.PortMixer$FloatCtrl  com.sun.media.sound.PortMixer$FloatCtrl$FCT  com.sun.media.sound.PortMixer$PortInfo  com.sun.media.sound.PortMixer$PortMixerPort
InnerClasses:
  private final BoolCtrl = com.sun.media.sound.PortMixer$BoolCtrl of com.sun.media.sound.PortMixer
  private final CompCtrl = com.sun.media.sound.PortMixer$CompCtrl of com.sun.media.sound.PortMixer
  private final FloatCtrl = com.sun.media.sound.PortMixer$FloatCtrl of com.sun.media.sound.PortMixer
  private final PortInfo = com.sun.media.sound.PortMixer$PortInfo of com.sun.media.sound.PortMixer
  private final PortMixerPort = com.sun.media.sound.PortMixer$PortMixerPort of com.sun.media.sound.PortMixer
  final PortMixerInfo = com.sun.media.sound.PortMixerProvider$PortMixerInfo of com.sun.media.sound.PortMixerProvider
  public Info = javax.sound.sampled.Line$Info of javax.sound.sampled.Line
  public Info = javax.sound.sampled.Mixer$Info of javax.sound.sampled.Mixer
  public Info = javax.sound.sampled.Port$Info of javax.sound.sampled.Port