package defpackage;

import j$.util.Objects;

/* JADX INFO: renamed from: ˊʼ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C1303 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final int f5433;

    /* JADX INFO: renamed from: ˊᵫᵗ, reason: contains not printable characters */
    public final int f5434;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final C4838 f5435;

    /* JADX INFO: renamed from: ᵨᵣ, reason: contains not printable characters */
    public final int f5436;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final Object f5437;

    /* JADX INFO: renamed from: ᵵᵽ, reason: contains not printable characters */
    public final long f5438;

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public final Object f5439;

    /* JADX INFO: renamed from: ᵻʽᵯ, reason: contains not printable characters */
    public final int f5440;

    /* JADX INFO: renamed from: ᵻˈᵦʼ, reason: contains not printable characters */
    public final long f5441;

    static {
        AbstractC3653.m8221(0, 1, 2, 3, 4);
        AbstractC0956.m3211(5);
        AbstractC0956.m3211(6);
    }

    public C1303(Object obj, int i, C4838 c4838, Object obj2, int i2, long j, long j2, int i3, int i4) {
        ᵻᵪ.ᵱᵽʡᵚ(i >= 0);
        ᵻᵪ.ᵱᵽʡᵚ(i2 >= 0);
        this.f5437 = obj;
        this.f5433 = i;
        this.f5435 = c4838;
        this.f5439 = obj2;
        this.f5436 = i2;
        this.f5441 = j;
        this.f5438 = j2;
        this.f5434 = i3;
        this.f5440 = i4;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && C1303.class == obj.getClass()) {
            C1303 c1303 = (C1303) obj;
            if (this.f5433 == c1303.f5433 && this.f5436 == c1303.f5436 && this.f5441 == c1303.f5441 && this.f5438 == c1303.f5438 && this.f5434 == c1303.f5434 && this.f5440 == c1303.f5440 && Objects.equals(this.f5435, c1303.f5435) && Objects.equals(this.f5437, c1303.f5437) && Objects.equals(this.f5439, c1303.f5439)) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Objects.hash(this.f5437, Integer.valueOf(this.f5433), this.f5435, this.f5439, Integer.valueOf(this.f5436), Long.valueOf(this.f5441), Long.valueOf(this.f5438), Integer.valueOf(this.f5434), Integer.valueOf(this.f5440));
    }

    public final String toString() {
        String str = "mediaItem=" + this.f5433 + ", period=" + this.f5436 + ", pos=" + this.f5441;
        int i = this.f5434;
        if (i == -1) {
            return str;
        }
        return str + ", contentPos=" + this.f5438 + ", adGroup=" + i + ", ad=" + this.f5440;
    }
}
