package i1;

import java.util.Locale;
import java.util.Objects;
import x0.AbstractC1709a;
import x0.v;

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

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

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

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

    public b(int i, long j8, long j9) {
        AbstractC1709a.d(j8 < j9);
        this.f13488a = j8;
        this.f13489b = j9;
        this.f13490c = i;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && b.class == obj.getClass()) {
            b bVar = (b) obj;
            if (this.f13488a == bVar.f13488a && this.f13489b == bVar.f13489b && this.f13490c == bVar.f13490c) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Objects.hash(Long.valueOf(this.f13488a), Long.valueOf(this.f13489b), Integer.valueOf(this.f13490c));
    }

    public final String toString() {
        int i = v.f18553a;
        Locale locale = Locale.US;
        return "Segment: startTimeMs=" + this.f13488a + ", endTimeMs=" + this.f13489b + ", speedDivisor=" + this.f13490c;
    }
}
