public class android.media.PlayerBase$PlayerIdCard implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.media.PlayerBase$PlayerIdCard
  super_class: java.lang.Object
{
  public final int mPlayerType;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

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

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

  public final android.media.AudioAttributes mAttributes;
    descriptor: Landroid/media/AudioAttributes;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final IPlayer mIPlayer;
    descriptor: LIPlayer;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public static final android.os.Parcelable$Creator<android.media.PlayerBase$PlayerIdCard> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/media/PlayerBase$PlayerIdCard;>;

  void <init>(int, android.media.AudioAttributes, IPlayer);
    descriptor: (ILandroid/media/AudioAttributes;LIPlayer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.media.PlayerBase$PlayerIdCard this
         0: .line 120
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe constructor PlayerBase.PlayerIdCard(int, AudioAttributes, IPlayer) refers to the missing type IPlayer\n\tIPlayer cannot be resolved to a type\n\tThe method start() of type PlayerBase.IPlayerWrapper must override or implement a supertype method\n\tThe method pause() of type PlayerBase.IPlayerWrapper must override or implement a supertype method\n\tThe method stop() of type PlayerBase.IPlayerWrapper must override or implement a supertype method\n\tThe method setVolume(float) of type PlayerBase.IPlayerWrapper must override or implement a supertype method\n\tThe method setPan(float) of type PlayerBase.IPlayerWrapper must override or implement a supertype method\n\tThe method setStartDelayMs(int) of type PlayerBase.IPlayerWrapper must override or implement a supertype method\n\tThe method applyVolumeShaper(VolumeShaper.Configuration, VolumeShaper.Operation) of type PlayerBase.IPlayerWrapper must override or implement a supertype method\n\tIPlayer cannot be resolved to a type\n\tIPlayer cannot be resolved to a type\n\tIPlayer cannot be resolved to a type\n\tIPlayer cannot be resolved to a type\n\tIPlayer cannot be resolved to a type\n\tIPlayer cannot be resolved to a type\n\tIPlayer cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.PlayerBase$PlayerIdCard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/PlayerBase$PlayerIdCard;
    MethodParameters:
         Name  Flags
      type     
      attr     
      iplayer  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.media.PlayerBase$PlayerIdCard this
         0: .line 522
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.PlayerBase$PlayerIdCard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/PlayerBase$PlayerIdCard;

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.media.PlayerBase$PlayerIdCard this
         0: .line 527
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.PlayerBase$PlayerIdCard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/PlayerBase$PlayerIdCard;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.media.PlayerBase$PlayerIdCard this
         0: .line 535
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIPlayer cannot be resolved to a type\n\tIPlayer cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.PlayerBase$PlayerIdCard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/PlayerBase$PlayerIdCard;
    MethodParameters:
       Name  Flags
      dest   
      flags  

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.media.PlayerBase$PlayerIdCard this
         0: .line 120
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe constructor PlayerBase.PlayerIdCard(int, AudioAttributes, IPlayer) refers to the missing type IPlayer\n\tIPlayer cannot be resolved to a type\n\tThe method start() of type PlayerBase.IPlayerWrapper must override or implement a supertype method\n\tThe method pause() of type PlayerBase.IPlayerWrapper must override or implement a supertype method\n\tThe method stop() of type PlayerBase.IPlayerWrapper must override or implement a supertype method\n\tThe method setVolume(float) of type PlayerBase.IPlayerWrapper must override or implement a supertype method\n\tThe method setPan(float) of type PlayerBase.IPlayerWrapper must override or implement a supertype method\n\tThe method setStartDelayMs(int) of type PlayerBase.IPlayerWrapper must override or implement a supertype method\n\tThe method applyVolumeShaper(VolumeShaper.Configuration, VolumeShaper.Operation) of type PlayerBase.IPlayerWrapper must override or implement a supertype method\n\tIPlayer cannot be resolved to a type\n\tIPlayer cannot be resolved to a type\n\tIPlayer cannot be resolved to a type\n\tIPlayer cannot be resolved to a type\n\tIPlayer cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.PlayerBase$PlayerIdCard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/PlayerBase$PlayerIdCard;
    MethodParameters:
      Name  Flags
      in    

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.media.PlayerBase$PlayerIdCard this
         0: .line 562
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.media.PlayerBase$PlayerIdCard this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/media/PlayerBase$PlayerIdCard;
    MethodParameters:
      Name  Flags
      o     
}
SourceFile: "PlayerBase.java"
NestHost: android.media.PlayerBase
InnerClasses:
  public PlayerIdCard = android.media.PlayerBase$PlayerIdCard of android.media.PlayerBase
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable