package androidx.media3.extractor;

import androidx.annotation.Nullable;
import java.util.Arrays;

/* JADX INFO: loaded from: classes.dex */
public final class y0 {

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

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

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

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

    public y0(int i10, int i11, int i12, byte[] bArr) {
        this.f3499a = i10;
        this.f3500b = bArr;
        this.f3501c = i11;
        this.f3502d = i12;
    }

    public boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || y0.class != obj.getClass()) {
            return false;
        }
        y0 y0Var = (y0) obj;
        return this.f3499a == y0Var.f3499a && this.f3501c == y0Var.f3501c && this.f3502d == y0Var.f3502d && Arrays.equals(this.f3500b, y0Var.f3500b);
    }

    public final int hashCode() {
        return ((((Arrays.hashCode(this.f3500b) + (this.f3499a * 31)) * 31) + this.f3501c) * 31) + this.f3502d;
    }
}
