package T0;

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final A f6337c = new A(0, 0);

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

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

    public A(long j8, long j9) {
        this.f6338a = j8;
        this.f6339b = j9;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && A.class == obj.getClass()) {
            A a3 = (A) obj;
            if (this.f6338a == a3.f6338a && this.f6339b == a3.f6339b) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return (((int) this.f6338a) * 31) + ((int) this.f6339b);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("[timeUs=");
        sb.append(this.f6338a);
        sb.append(", position=");
        return I1.a.q(sb, this.f6339b, "]");
    }
}
