package d1;

import kotlin.jvm.internal.l;

/* JADX INFO: renamed from: d1.f, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0449f {

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    private final String f3799d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private final int f3800e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    private final long f3801f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private final double f3802g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    private final int f3803h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    private final int f3804i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    private final int f3805j;

    public C0449f(int i2, String str, String codecName, String str2, int i3, long j2, double d2, int i4, int i5, int i6) {
        l.e(codecName, "codecName");
        this.f3796a = i2;
        this.f3797b = str;
        this.f3798c = codecName;
        this.f3799d = str2;
        this.f3800e = i3;
        this.f3801f = j2;
        this.f3802g = d2;
        this.f3803h = i4;
        this.f3804i = i5;
        this.f3805j = i6;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0449f)) {
            return false;
        }
        C0449f c0449f = (C0449f) obj;
        return this.f3796a == c0449f.f3796a && l.a(this.f3797b, c0449f.f3797b) && l.a(this.f3798c, c0449f.f3798c) && l.a(this.f3799d, c0449f.f3799d) && this.f3800e == c0449f.f3800e && this.f3801f == c0449f.f3801f && Double.compare(this.f3802g, c0449f.f3802g) == 0 && this.f3803h == c0449f.f3803h && this.f3804i == c0449f.f3804i && this.f3805j == c0449f.f3805j;
    }

    public int hashCode() {
        int iHashCode = Integer.hashCode(this.f3796a) * 31;
        String str = this.f3797b;
        int iHashCode2 = (((iHashCode + (str == null ? 0 : str.hashCode())) * 31) + this.f3798c.hashCode()) * 31;
        String str2 = this.f3799d;
        return ((((((((((((iHashCode2 + (str2 != null ? str2.hashCode() : 0)) * 31) + Integer.hashCode(this.f3800e)) * 31) + Long.hashCode(this.f3801f)) * 31) + Double.hashCode(this.f3802g)) * 31) + Integer.hashCode(this.f3803h)) * 31) + Integer.hashCode(this.f3804i)) * 31) + Integer.hashCode(this.f3805j);
    }

    public String toString() {
        return "VideoStream(index=" + this.f3796a + ", title=" + this.f3797b + ", codecName=" + this.f3798c + ", language=" + this.f3799d + ", disposition=" + this.f3800e + ", bitRate=" + this.f3801f + ", frameRate=" + this.f3802g + ", frameWidth=" + this.f3803h + ", frameHeight=" + this.f3804i + ", rotation=" + this.f3805j + ")";
    }
}
