package androidx.media3.extractor;

import androidx.annotation.Nullable;

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

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

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

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

    public u0(long j10, long j11) {
        this.f3477a = j10;
        this.f3478b = j11;
    }

    public boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || u0.class != obj.getClass()) {
            return false;
        }
        u0 u0Var = (u0) obj;
        return this.f3477a == u0Var.f3477a && this.f3478b == u0Var.f3478b;
    }

    public final int hashCode() {
        return (((int) this.f3477a) * 31) + ((int) this.f3478b);
    }

    public final String toString() {
        StringBuilder sb = new StringBuilder("[timeUs=");
        sb.append(this.f3477a);
        sb.append(", position=");
        return defpackage.e.m(sb, this.f3478b, "]");
    }
}
