package h1;

import java.util.Arrays;
import java.util.Objects;
import u0.C1564A;

/* JADX INFO: renamed from: h1.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1026a extends i {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final String f13310b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final String f13311c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final int f13312d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final byte[] f13313e;

    public C1026a(String str, String str2, int i, byte[] bArr) {
        super("APIC");
        this.f13310b = str;
        this.f13311c = str2;
        this.f13312d = i;
        this.f13313e = bArr;
    }

    @Override // h1.i, u0.C
    public final void a(C1564A c1564a) {
        c1564a.a(this.f13312d, this.f13313e);
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && C1026a.class == obj.getClass()) {
            C1026a c1026a = (C1026a) obj;
            if (this.f13312d == c1026a.f13312d && Objects.equals(this.f13310b, c1026a.f13310b) && Objects.equals(this.f13311c, c1026a.f13311c) && Arrays.equals(this.f13313e, c1026a.f13313e)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        int i = (527 + this.f13312d) * 31;
        String str = this.f13310b;
        int iHashCode = (i + (str != null ? str.hashCode() : 0)) * 31;
        String str2 = this.f13311c;
        return Arrays.hashCode(this.f13313e) + ((iHashCode + (str2 != null ? str2.hashCode() : 0)) * 31);
    }

    @Override // h1.i
    public final String toString() {
        return this.f13338a + ": mimeType=" + this.f13310b + ", description=" + this.f13311c;
    }
}
