class android.speech.tts.SynthesisPlaybackQueueItem$ProgressMarker
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.speech.tts.SynthesisPlaybackQueueItem$ProgressMarker
  super_class: java.lang.Object
{
  public final int frames;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int start;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int end;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  final android.speech.tts.SynthesisPlaybackQueueItem this$0;
    descriptor: Landroid/speech/tts/SynthesisPlaybackQueueItem;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(android.speech.tts.SynthesisPlaybackQueueItem, int, int, int);
    descriptor: (Landroid/speech/tts/SynthesisPlaybackQueueItem;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // android.speech.tts.SynthesisPlaybackQueueItem$ProgressMarker this
        start local 2 // int frames
        start local 3 // int start
        start local 4 // int end
         0: .line 219
            aload 0 /* this */
            aload 1
            putfield android.speech.tts.SynthesisPlaybackQueueItem$ProgressMarker.this$0:Landroid/speech/tts/SynthesisPlaybackQueueItem;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 220
            aload 0 /* this */
            iload 2 /* frames */
            putfield android.speech.tts.SynthesisPlaybackQueueItem$ProgressMarker.frames:I
         2: .line 221
            aload 0 /* this */
            iload 3 /* start */
            putfield android.speech.tts.SynthesisPlaybackQueueItem$ProgressMarker.start:I
         3: .line 222
            aload 0 /* this */
            iload 4 /* end */
            putfield android.speech.tts.SynthesisPlaybackQueueItem$ProgressMarker.end:I
         4: .line 223
            return
        end local 4 // int end
        end local 3 // int start
        end local 2 // int frames
        end local 0 // android.speech.tts.SynthesisPlaybackQueueItem$ProgressMarker this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Landroid/speech/tts/SynthesisPlaybackQueueItem$ProgressMarker;
            0    5     2  frames  I
            0    5     3   start  I
            0    5     4     end  I
    MethodParameters:
        Name  Flags
      this$0  final
      frames  
      start   
      end     
}
SourceFile: "SynthesisPlaybackQueueItem.java"
NestHost: android.speech.tts.SynthesisPlaybackQueueItem
InnerClasses:
  private ProgressMarker = android.speech.tts.SynthesisPlaybackQueueItem$ProgressMarker of android.speech.tts.SynthesisPlaybackQueueItem