package d1;

import kotlin.jvm.internal.l;

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

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

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

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

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

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

    public C0448e(int i2, String str, String codecName, String str2, int i3) {
        l.e(codecName, "codecName");
        this.f3791a = i2;
        this.f3792b = str;
        this.f3793c = codecName;
        this.f3794d = str2;
        this.f3795e = i3;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C0448e)) {
            return false;
        }
        C0448e c0448e = (C0448e) obj;
        return this.f3791a == c0448e.f3791a && l.a(this.f3792b, c0448e.f3792b) && l.a(this.f3793c, c0448e.f3793c) && l.a(this.f3794d, c0448e.f3794d) && this.f3795e == c0448e.f3795e;
    }

    public int hashCode() {
        int iHashCode = Integer.hashCode(this.f3791a) * 31;
        String str = this.f3792b;
        int iHashCode2 = (((iHashCode + (str == null ? 0 : str.hashCode())) * 31) + this.f3793c.hashCode()) * 31;
        String str2 = this.f3794d;
        return ((iHashCode2 + (str2 != null ? str2.hashCode() : 0)) * 31) + Integer.hashCode(this.f3795e);
    }

    public String toString() {
        return "SubtitleStream(index=" + this.f3791a + ", title=" + this.f3792b + ", codecName=" + this.f3793c + ", language=" + this.f3794d + ", disposition=" + this.f3795e + ")";
    }
}
